File: pa_branchlengths.hlp

package info (click to toggle)
arb 6.0.2-1%2Bdeb8u1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie
  • size: 65,916 kB
  • ctags: 53,258
  • sloc: ansic: 394,903; cpp: 250,252; makefile: 19,620; sh: 15,878; perl: 10,461; fortran: 6,019; ruby: 683; xml: 503; python: 53; awk: 32
file content (83 lines) | stat: -rw-r--r-- 3,545 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#Please insert up references in the next lines (line starts with keyword UP)
UP	arb.hlp
UP	glossary.hlp

#Please insert subtopic references  (line starts with keyword SUB)
#SUB	subtopic.hlp

# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}

#************* Title of helpfile !! and start of real helpfile ********
TITLE		Calculate Branch Lengths

OCCURRENCE	ARB_NT/Tree/Parsimony/Tree/Calculate Branch Lengths


DESCRIPTION	Calculates branchlengths for the current tree.


SECTION Inner branches

                To calculate the lengths of non-terminal branches, branch swapping
                is used on them. 

                Branch swapping (aka NNI=Nearest Neighborhood Interchange) is the most
                atomic operation possible at an inner branch and has as such an effect on
                the overall costs of the tree.

                That effect is used as branchlength of the inner branch.

                The branchlength reflects the significance of the branch, i.e.

                  - the exact topology around SHORT inner branches has little influence
                    on the overall tree costs, i.e. the calculated topology does most
                    likely NOT reflect the "real phylogentic topology".

                  - Opposed, the exact topology around LONG inner branches has big influence
                    on the overall tree costs, i.e. the calculated topology does most
                    likely reflect the "real phylogentic topology".

SECTION Terminal branches

                For terminal branches ARB_PARSIMONY checks how much the overall
                tree costs changed by adding this species to the tree. The price
                is weighted by the base-count of the species.

                i.e.
                - if the species has an identical relative in the tree and is added
                  as neighbor of that relative, the resulting branchlength will be zero.
                - if added the species increases the tree costs by 50 and the species
                  contains 100 bases, the resulting branchlength will be 0.5

                This does quite accurately reflect the percentage of residues changed
                against the rest of the tree.

SECTION Partial sequences

                If you add species with partial sequences as fulllength-species, they will
                group together in distant subtrees.

                But if species are flagged to contain "partial sequences" (this is done by
                "Add marked partial species"), they are handled differently:

                - Each partial species corresponds to one non-partial species
                - The partial-species is always inserted "below" the corresponding full-species.
                  Multiple partials may correspond to the same full-species.
                - By adding that partial sequence to the tree, the tree costs only raise
                  by the weighted mismatches in the region that overlaps (opposed, non-partial
                  sequences would as well count the missing part as "gap insertions", i.e.
                  the costs for adding a sequence as "partial" are MUCH cheaper).

                Species with partial sequences have the field "ARB_partial" set to 1

SECTION Used terms

                - overall tree costs: minimum number of mutation in the tree
                - base-count: without filtered positions. affected by specified weights.


EXAMPLES	None

WARNINGS	None

BUGS		No bugs known