getRanks | R Documentation |
Get defined taxonomy ranks for a list of taxa
getRanks(taxonList = NULL, ranks = NULL)
taxonList |
list of taxa |
ranks |
list of defined ranks. If not given, all available ranks will be considered |
A dataframe contains input taxon Ids, their full names and names of defined taxonomy ranks
Vinh Tran tran@bio.uni-frankfurt.de
taxonList <- c("Homo sapiens", "5207", "40674", "4751")
ranks <- c("family", "class", "phylum", "kingdom")
getRanks(taxonList, ranks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.