Description Usage Arguments Details Value
For a phylotax object with a tree, the taxon is extracted based on node annotations. If more than one node is annotated as belonging to the given taxon (i.e., it seems to be para/polyphyletic in the tree) then the "correct" clade can be chosen by providing "true members"; the result will only include the clade(s) which contain the "true members".
1 | extract_taxon(phylotax, taxon, true_members = NULL)
|
phylotax |
(phylotax object) The object to extract from. |
taxon |
( |
true_members |
( |
If no tree is present (meaning the phylotax
object was generated using
lca_consensus()
), and also for sequences which are not present in the tree,
then the chosen taxon is simply extracted using the assigned taxonomy.
A phylotax object containing only the specified taxon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.