|
Last change
on this file was
2986,
checked in by westram, 21 years ago
|
|
fixed link note
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | #Please insert up references in the next lines (line starts with keyword UP) |
|---|
| 2 | UP arb.hlp |
|---|
| 3 | UP glossary.hlp |
|---|
| 4 | |
|---|
| 5 | #Please insert subtopic references (line starts with keyword SUB) |
|---|
| 6 | |
|---|
| 7 | # Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain} |
|---|
| 8 | |
|---|
| 9 | #************* Title of helpfile !! and start of real helpfile ******** |
|---|
| 10 | TITLE Trees |
|---|
| 11 | |
|---|
| 12 | OCCURRENCE ARB_NT |
|---|
| 13 | |
|---|
| 14 | DESCRIPTION A tree consists of two types of 'nodes': |
|---|
| 15 | |
|---|
| 16 | - tips or terminal nodes: species |
|---|
| 17 | |
|---|
| 18 | connected to exactly one father |
|---|
| 19 | |
|---|
| 20 | - inner nodes: hypothetical ancestors |
|---|
| 21 | |
|---|
| 22 | connected to one father |
|---|
| 23 | (and in the binary case to two children). |
|---|
| 24 | A group_name may be assigned to an inner node; in this |
|---|
| 25 | case, the node and all its children become a group. |
|---|
| 26 | <ARB_NT/INFO_MODE/M> |
|---|
| 27 | |
|---|
| 28 | There are significant differences between |
|---|
| 29 | phylogenetic trees and binary trees: |
|---|
| 30 | |
|---|
| 31 | phylogenetic trees binary trees: |
|---|
| 32 | ------------------------------------------------------------------------- |
|---|
| 33 | unrooted rooted |
|---|
| 34 | inner nodes have n children all inner nodes have two children |
|---|
| 35 | |
|---|
| 36 | Since binary trees are much easier to handle, ARB converts |
|---|
| 37 | phylogenetic trees to binary trees. |
|---|
| 38 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.