powered by
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
taxnam.sql(taxids, byID = TRUE, taxrank = "genus")
vector of integers/name representing the taxa of interest
search by ID
any of the common taxonomic ranks eg. genus
# NOT RUN { taxnam.sql(287) # }
Run the code above in your browser using DataLab