Description Usage Arguments Value Author(s) See Also Examples
View source: R/parsePhyloProfile.R
Get NCBI taxon names from "PhyloProfile/data/taxonNamesReduced.txt" for a list of input taxa
1 | getInputTaxaName(rankName, taxonIDs = NULL)
|
rankName |
taxonomy rank (e.g. "species","phylum",...) |
taxonIDs |
list of taxon IDs (e.g. ncbi1234). Default = NULL |
Data frame contains a list of full names, taxonomy ranks and parent IDs for the input taxa.
Vinh Tran tran@bio.uni-frankfurt.de
getInputTaxaID
for getting input taxon IDs,
getNameList
for getting the full taxon name list
1 2 | taxonIDs <- c("ncbi9606", "ncbi10116")
getInputTaxaName("species", taxonIDs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.