Description Usage Arguments Value Examples
View source: R/kegg2description.R
KEGG ID to Description
1 | kegg2description(kegg.id)
|
kegg.id |
A vector of KEGG IDs |
A data.frame
with KEGG IDs and their descriptions.
1 2 3 4 5 | ## Not run:
kegg.ids <- sample_data$KEGG$ID[1:3]
kegg2description(kegg.ids)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.