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