View source: R/classification_s.R
| classification_s | R Documentation | 
Retrieve the taxonomic hierarchy for a given taxon ID.
classification_s(...) ## Default S3 method: classification_s(x, db = NULL, callopts = list(), ...) ## S3 method for class 'wormsid' classification_s(id, callopts = list(), ...)
... | 
 Other arguments passed to   | 
x | 
 character; taxons to query.  | 
db | 
 character; database to query. Only   | 
callopts | 
 Curl options passed on to   | 
id | 
 character; identifiers, returned by   | 
A named list of data.frames with the taxonomic classifcation of every supplied taxa.
If IDs are supplied directly (not from the get_* functions) you
must specify the type of ID. There is a timeout of 1/3 seconds between
querries to NCBI.
get_wormsid
## Not run: 
classification_s(x="Salvelinus fontinalis", db = 'worms')
classification_s(get_wormsid("Salvelinus fontinalis"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.