source: branches/stable/HELP_SOURCE/oldhelp/compare_taxonomy.hlp

Last change on this file was 17160, checked in by westram, 6 years ago
  • reintegrates 'group' into 'trunk'
    • misc. cleanup:
      • group related functions now all accessible via menu of 1st ntree window
      • DRY selection of 2 trees
      • warn if annotated tree isnt visible
      • fix mnemonics
      • fix error handling (compare taxonomy)
      • unittest comments added to tree remarks
      • names
  • adds: log:branches/group@17139:17159
File size: 2.7 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6SUB     move_groups.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Compare taxonomy
12
13OCCURRENCE      ARB_NT/Tree/Compare taxonomy
14
15DESCRIPTION     This module helps to detect differences in taxonomy classification
16                defined by two trees.
17
18                The main feature of this module is triggered by the 'species with
19                taxonomy changed' button. It searches all species that are included in
20                both selected trees, checks if the taxonomy information differs between both trees
21                and targets those species, that differ by more than the specified number of
22                levels (see also examples below).
23
24                Use the toggle at the left side to choose whether the targeted species
25                should be marked, unmarked or get their marks inverted.
26
27                The remaining actions do not compare taxonomy information and are provided
28                for convenience here:
29                  * target species included in both trees
30                  * target species only included in one of the selected trees
31                  * target all species
32
33NOTES           Optionally the difference-level between classifications defined by left
34                and right tree can be written into a db-field of each targeted species.
35
36                 * to write the difference level to ALL species that exist in both
37                   selected trees, enter "-1" as minimum difference level.
38                 * if you're working on taxonomy, it may be useful to visualize the
39                   difference level using the LINK{field_shader.hlp}.
40
41SECTION         Examples for difference between classifications:
42
43                 in left tree:  Bacteria/Firmicutes_Bacilli
44                 in right tree: Bacteria/Firmicutes_Bacilli/Bacillales_Bacillaceae_2
45                 difference:    1 level
46
47                 in left tree:  Bacteria/Firmicutes_Clostridia_1/Clostridiales/Ruminococcaceae
48                 in right tree: Bacteria/Firmicutes_Clostridia_1
49                 difference:    2 levels
50
51                 in left tree:  Bacteria/Firmicutes_Clostridia_1/Clostridiales/Lachnospiraceae/uncultured
52                 in right tree: Bacteria/Firmicutes_Clostridia_1/Clostridiales/Lachnospiraceae/Oribacterium
53                 difference:    2 levels
54
55
56SECTION         RELATED
57
58                To compare topologies use LINK{compare_topo.hlp}.
59
60WARNINGS        None
61
62BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.