extend.tree | R Documentation |
Place new sequences on the tree. This function makes calls to pplacer and guppy binaries (Matsen, 2010) provided with this package. pplacer ensures that previously defined clusters remain the same. New tips are assigned a set of possible placements in the tree.
extend.tree(phy, seqs.full, log.file = NA, locus = "LOCUS")
phy: |
ape::phylo object. Must be annotated with seq.info, node.info, and path.info by calling import.tree(). |
seqs.full: |
ape::DNAbin or AAbin object. This sequence alignment
must contain all known sequences in the tree |
log.file: |
character. A path to the logfile from a tree reconstruction run. This file can be produced by IQTREE, FastTree or RAxML. |
ape::phylo object with growth.info field
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.