View source: R/collect_databases.R
format_KEGG | R Documentation |
This function reformats collect_KEGG().
format_KEGG(dict = NULL, orgdb = NULL)
dict |
A result of collect_KEGG(). |
orgdb |
A genome annotation package. |
A formatted database.
## Not run: # Below may be time-consuming runs. dict_KEGG <- collect_KEGG(organism = "hsa", categories = c("pathway"), timelag = 0.1) human_KEGG <- format_KEGG( dict = list(pathway = dict_KEGG[["pathway"]][["success"]]), orgdb = org.Hs.eg.db::org.Hs.eg.db) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.