View source: R/kegg-utilities.R
search_kegg_organism | R Documentation |
search kegg organism, listed in https://www.genome.jp/kegg/catalog/org_list.html
search_kegg_organism(
str,
by = "scientific_name",
ignore.case = FALSE,
use_internal_data = TRUE
)
str |
string |
by |
one of 'kegg.code', 'scientific_name' and 'common_name' |
ignore.case |
TRUE or FALSE |
use_internal_data |
logical, use kegg_species.rda or latest online KEGG data |
data.frame
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.