Description Usage Arguments Examples
Faster way of querying the taxid names using structured SQL then querying the graphDB. Downloads a copy of NCBI's taxdump.tar.gz from ftp.ncbi.nlm.nih.gov/pub/taxonomy/taxdump.tar.gz and builds a taxid, name, rank table in sqlite3
1 | taxnam.sql(taxids, byID = TRUE, taxrank = "genus")
|
taxids |
vector of integers/name representing the taxa of interest |
byID |
search by ID |
taxrank |
any of the common taxonomic ranks eg. genus |
1 | taxnam.sql(287)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.