source: tags/ms_r16q4/HELP_SOURCE/oldhelp/pa_branchlengths.hlp

Last change on this file was 13625, checked in by westram, 9 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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
4UP      pa_optimizer.hlp
5
6#Please insert subtopic references  (line starts with keyword SUB)
7#SUB    subtopic.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           Calculate Branch Lengths
13
14OCCURRENCE      ARB_PARSIMONY/Tree/Calculate Branch Lengths
15
16
17DESCRIPTION     Calculates branchlengths for the current tree.
18
19
20SECTION Inner branches
21
22                To calculate the lengths of non-terminal branches, branch swapping
23                is used on them.
24
25                Branch swapping (aka LINK{nni.hlp}) is the most
26                atomic operation possible at an inner branch and has as such an effect on
27                the overall costs of the tree (i.e. on the LINK{pa_value.hlp}).
28
29                That effect is used as branchlength for inner branches.
30
31                The branchlength reflects the significance of the branch, i.e.
32
33                  - the exact topology around SHORT inner branches has little influence
34                    on the overall tree costs, i.e. the calculated topology does most
35                    likely NOT reflect the "real phylogentic topology".
36
37                  - Opposed, the exact topology around LONG inner branches has big influence
38                    on the overall tree costs, i.e. the calculated topology does most
39                    likely reflect the "real phylogentic topology".
40
41SECTION Terminal branches
42
43                For terminal branches ARB_PARSIMONY checks how much the overall
44                tree costs changed by adding this species to the tree. The cost
45                gets weighted by the base-count of the species.
46
47                i.e.
48                - if the species has an identical relative in the tree and is added
49                  as neighbor of that relative, the resulting branchlength will be zero.
50                - if adding the species increases the tree costs by 50 (mutations) and the
51                  species contains 100 bases, the resulting branchlength will be 0.5
52
53                This does quite accurately reflect the percentage of residues changed
54                against the rest of the tree.
55
56SECTION Partial sequences
57
58                If you add species with partial sequences as fulllength-species, they
59                might group together in subtrees. To avoid that unwanted behavior,
60                use LINK{pa_partial.hlp}.
61
62
63SECTION Used terms
64
65                - overall tree costs: minimum number of mutation in the tree
66                - base-count: without filtered positions. affected by specified weights.
67
68
69EXAMPLES        None
70
71WARNINGS        None
72
73BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.