get_children | R Documentation |
This function will utilize an organism classification table to obtain all children species and/or strains with available NCBI reference sequences given a parent taxon and its rank.
get_children(input_taxon, input_rank, tax_dat = NULL)
input_taxon |
The parent taxon. |
input_rank |
The taxonomic rank of the input taxon. |
tax_dat |
A dataframe of organism classification information.
At minimum, should have a column indicating "strain", and and all others
should be taxonomic ranks. Each row should be a taxonomic relationship.
This defaults to |
Returns a vector of all the child species and/or strains of the input taxon.
## Get all child species and strains in bacteria superkingdom
get_children('Bacteria','superkingdom')
## Get all child species and strains in fungi kingdom
get_children('Fungi', 'kingdom')
## Get all child species in primate order
get_children('Primates', 'order')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.