Next: TreeFilter, Previous: NewOutgroup, Up: Phylogenetics [Contents]
The DropSpecies
removes a leaf from a tree.
maf.filter= \ [...], DropSpecies( \ tree_input=BioNJ, \ tree_output=BioNJ_subtree, \ species=species1), \ [...] |
tree_input={string}
The tag name of the tree to edit.
tree_output={string}
The tag name to use to store the edited tree. If the same as tree_input
, the edited tree will replace the old one.
species={string}
The name of the species to remove. All leaves in the tree, if any, corresponding to a sequence for this species will be removed.
(user-defined tag)
An edited tree.