source: branches/nameserver/HELP_SOURCE/oldhelp/keeled_groups.hlp

Last change on this file was 17110, checked in by westram, 7 years ago
File size: 4.0 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     mode_setroot.hlp
7SUB     mode_group.hlp
8
9# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
10
11#************* Title of helpfile !! and start of real helpfile ********
12TITLE           Keeled groups
13
14DESCRIPTION     Taxonomic groups in an unrooted tree(!) can be defined by
15                * the branch at which the group is located
16                * the direction into which the group points (i.e. which of
17                  the 2 subtrees that are connected by this branch does form
18                  the defined group)
19
20                In rooted trees the branch location on its own suffices as
21                group-defining criteria, if we assume all groups point away from
22                the root. This is the way taxonomic groups are handled in most
23                software and so did arb (up to version 6.0.x).
24
25                This simple handling of groups was not able to reflect the semantic change
26                which is implicitely applied by moving the trees root into a group.
27
28                To solve this problem, arb 6.1 introduced the concept of "keeled groups".
29
30                A keeled group may be interpreted in 2 (semantically equivalent) ways:
31                 * the keeled group "points upwards" (i.e. semantically it defines a taxonomic unit containing the two OTHER subtrees starting at its parent-node)
32                 * the keeled group "graphically embraces the inverse subset of species" compared with the original unkeeled group
33
34                To indicate keeled groups, their names are prefixed by exclamation
35                marks, e.g. shown as '!group' which should be read as "not group";
36                this emphasizes the 2nd interpretation given above.
37
38                Example:
39
40                        When the root of the tree is placed somewhere inside a
41                        group named 'Bacteria', that group gets keeled over.
42                        Its name now gets displayed as '!Bacteria' (should read
43                        as "not Bacteria") and the group does embrace the rest
44                        of the tree, i.e. "everything but Bacteria".
45
46
47NOTES           Two groups with different orientation (i.e. a normal and a
48                keeled group) may appear at the same inner node.
49                This happens e.g. when the original tree had groups defined
50                at both subtrees starting directly at root.
51                The group name of such a group will be "Normal = !Keeled".
52
53SECTION         Howto 'fix' keeled groups
54
55                It's not possible to export keeled groups into newick files!
56
57                If a tree contains keeled groups, there is a mismatch between
58                    - the taxonomy defined by the groups in the tree and
59                    - the position of the tree-root.
60
61                One reason for that mismatch is a misplaced tree-root.
62                In that case there exists at least one root-position where no
63                groups are keeled.
64                To find such a position use LINK{mode_setroot.hlp} and
65                repeatedly click on any keeled group you spot,
66                until they've all disappeared.
67
68                If they won't disappear, the taxonomy of the tree probably is
69                not well-defined and has to be resolved manually.
70                In that case the following tools may help:
71
72                    - right click onto a keeled group in LINK{mode_group.hlp} to
73                      toggle its keeled state,
74                    - afterwards use LINK{mode_move.hlp} to correct the position
75                      of that group OR
76                    - delete a keeled group, if it does no longer fit into the tree.
77                      This might e.g. apply after topology changes.
78
79EXAMPLES        None
80
81WARNINGS        None
82
83BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.