get_taxonomy | R Documentation |
This function retrieves the taxonomic information of a vector of organism IDs, from the NCBI Taxonomy data base.
get_taxonomy(uids, save_folder = NULL)
uids |
vector of organism IDs to retrieve taxonomical information, or a
data.table object of class LBCE_dt, generated by |
save_folder |
path to folder for saving the results. |
A list containing the information for each element of uids
Felipe Campelo (f.campelo@aston.ac.uk)
uids <- c("6282", # O. volvulus,
"9606") # H. sapiens
tax <- get_taxonomy(uids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.