Description Usage Arguments Value Examples
Format KEGG database to be ASURAT-friendly
1 | format_KEGG(dict)
|
dict |
list of KEGG pathways imported ***Please clarify*** |
Formatted KEGG dictionary ***Please clarify***
1 2 3 | dict_KEGG_raw <- collect_KEGG(organism = "hsa", category_names = c("pathway"))
dict_KEGG <- list(pathway = dict_KEGG_raw[["pathway"]][["success"]])
tidy_KEGG <- format_KEGG(dict = dict_KEGG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.