powered by
Converts between species name and KEGG 3-letter code format.
species.kegg(organism, from = 'scientific')
Returns a dataframe with the entries matching the request.
character string defining the organisms.
string indicating the character of the provided name. It should be one of 'vulgar', 'scientific', '3-letter'.
Juan Carlos Aledo
id.features(), species.mapping()
if (FALSE) species.kegg('chempanzee', from = 'vulgar') if (FALSE) species.kegg('Pan paniscus') if (FALSE) species.kegg('ppo', from = '3-letter')
Run the code above in your browser using DataLab