Bio.Phylogenetics Namespace |
[Missing <summary> documentation for "N:Bio.Phylogenetics"]
Classes
| Class | Description |
---|
| Edge |
Edge: a tree edge and its descendant subtree.
Edge --> Distance/Length
|
| Node |
Node : Node of the tree which can be either Leaf or another branch node.
|
| Tree |
Tree: The full input Newick Format for a single tree
Tree --> Subtree ";" | Branch ";"
|