Description Usage Arguments Value Examples
species_info()
returns a table of ncbi species id's, names, common name,
etc. species_lookup()
performs fuzzy matches against the table to return
the species-level info for a query. The fuzzy match must start left-to-right.
1 2 3 | species_info(hcop_only = FALSE)
species_lookup(query, stable = species_info(FALSE), ignore.case = TRUE)
|
hcop_only |
Only retrun species information for organisms that are
in the |
A single-row tibble with (numeric) species id, name, etc.
1 2 3 | species_lookup("human")
species_lookup("scer")
species_lookup("hsapiens")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.