get_ncbi_taxonomy {refdb} | R Documentation |
Get NCBI taxonomy
Description
Download and parse NCBI taxonomy records
Usage
get_ncbi_taxonomy(id, verbose = TRUE)
Arguments
id |
A vector of id for records in the NCBI Taxonomy database. |
verbose |
print information in the console. |
Value
A tibble with each row corresponding to an id and each column to a taxonomic level.
[Package refdb version 0.1.1 Index]