subset_clade | R Documentation |
Retrieves a clade from the taxonomy tree.
subset_clade(root.tax.id, nodes.dmp)
root.tax.id |
the tax_id of the clade root (integer). |
nodes.dmp |
a nodes.dmp table. |
This function retrieves a clade from the taxonomy tree listed in the
table nodes.dmp
(see read_nodes_dmp
). The clade starts at the single taxon specified in
root_tax_id
and contains all descending branches.
If you want to subset the taxonomy tree based on leaf nodes, see subset_tree
.
A subset of the table nodes.dmp
containing the clade that descends from root.tax.id
.
Lars Snipen.
read_nodes_dmp
, subset_tree
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.