getHierarchy | R Documentation |
Get NCBI taxonomy IDs, ranks and names for an input taxon list.
getHierarchy(inputTaxa = NULL, currentNCBIinfo = NULL)
inputTaxa |
NCBI ID list of input taxa. |
currentNCBIinfo |
table/dataframe of the pre-processed NCBI taxonomy data (/PhyloProfile/data/preProcessedTaxonomy.txt) |
A list of taxonomy hierarchy vector for input taxon IDs
Vinh Tran tran@bio.uni-frankfurt.de
inputTaxa <- c("272557", "176299")
preProcessedTaxonomy <- getPreTaxonomyFile()
taxFun:::getHierarchy(inputTaxa, preProcessedTaxonomy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.