Description Usage Arguments Value Author(s) See Also Examples
Get NCBI taxon names from "data/taxonNamesReduced.txt" for a selected list of taxon
1 | get_input_taxa_name(rank_name, taxon_IDs)
|
rank_name |
taxonomy rank (e.g. "species","phylum",...) |
taxon_IDs |
list of taxon IDs (check get_input_taxa_id()) |
List of full names, taxonomy ranks and parent IDs for the input taxa
Vinh Tran tran@bio.uni-frankfurt.de
get_input_taxa_id
for getting input taxon IDs,
get_name_list
for getting the full taxon name list
1 2 | taxon_ids <- c("ncbi10020", "ncbi10090")
get_input_taxa_name("species", taxon_ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.