source: branches/profile/HELP_SOURCE/oldhelp/pa_quick.hlp

Last change on this file was 12898, checked in by westram, 11 years ago
  • merge [12896] from 'pars' into 'trunk'
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4UP      pars.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7SUB     pa_add.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           Add species without optimizing topology
13
14OCCURRENCE      ARB_NT/Tree/Add Species to Existing Tree/ARB Parsimony (Quick add marked)
15                ARB_PARSIMONY/Tree/Add Species to Tree/Add Marked Species
16                ARB_PARSIMONY/Tree/Add Species to Tree/Add Selected Species
17                ARB_PARSIMONY/Tree/Add Species to Tree/Remove & Add Marked Species
18
19DESCRIPTION     All affected 'species' are positioned according to maximum
20                parsimony criteria. The current tree topology will not be optimized
21                after insertion.
22
23                In case of 'Add Selected Species' the
24                currently 'selected species' (see LINK{glossary.hlp}) gets
25                inserted. The other functions always work on all 'marked species'.
26
27                In case of 'Remove & Add Marked Species' any marked species are first
28                removed from the tree and then inserted. The other functions only add
29                those marked species which are not already present in the tree.
30
31
32SECTION         Full length vs partial sequence data
33
34                This function only works correct when adding full-length sequences (FLS),
35                where full-length here applies to the resulting positions after
36                applying the selected alignment filter(s).
37
38                Any partially missing sequence data will be considered an deletion and
39                adds extra distance between full- and partial sequences.
40
41                One common effect of doing so, is that partial sequences often group together
42                although they obviously are not (parts of) near relatives, just because they
43                share the same or similar alignment regions.
44                When the amount of missing data (in one seq.; compared to FLS) is greater
45                than the length of the shared alignment region, the partial sequences will
46                prefer to group together.
47
48                To avoid that problem
49                 - do not use partial sequence data (recommended) or
50                 - (if you really have to) you should declare and handle partial sequence
51                   data as such, by using LINK{pa_partial.hlp}.
52
53
54SECTION         Tree degeneration
55
56                As no topology optimization takes place here, the tree will tend to
57                degenerate while you add more and more species, i.e. the tree will
58                continuously diverge from an optimized topology build upon the same
59                set of species.
60
61                Nevertheless this function has proven useful to determine the
62                phylogenetic position of new/custom sequences in an optimized tree.
63                But you should always be aware that the more sequences you add this way,
64                the worse your topology will get.
65
66                Probably you may want to optimize your tree from time
67                to time, e.g. using LINK{pa_optimizer.hlp}.
68
69
70SECTION         Insertion order
71
72                Due to the tree degeneration mentioned above, the insertion
73                order of the species you add to an existing tree is of some
74                importance.
75
76                This function sorts the species (added in each batch of species) by the number
77                of base positions (bp) remaining after filtering. Species with more bp get
78                inserted before species with less bp - as their position in the tree will be
79                determined stronger (there is no strict order for species with same amount of bp).
80
81
82NOTES           The current parsimony value (number of base changes needed) is
83                displayed after the 'Current Par' prompt in the upper part of
84                the 'ARB_PARSIMONY' window and the 'Message' window (pops up
85                while calculating).
86
87EXAMPLES        None
88
89WARNINGS        The phylogenetic information conferred by the new sequence(s) is
90                not used for global tree optimization.
91
92BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.