custom_modulelist_from_org | R Documentation |
Custom modulelist from a specific organism
custom_modulelist_from_org(
org = "hsa",
feature = "ko",
gene = "symbol",
verbose = TRUE
)
org |
kegg organism, listed in https://www.genome.jp/kegg/catalog/org_list.html, default, "hsa" |
feature |
one of "ko", "gene", "compound" |
gene |
one of "symbol","id" |
verbose |
logical |
modulelist
Other modulelist:
custom_modulelist()
,
get_features()
hsa_pathway <- custom_modulelist_from_org(org = "hsa", feature = "gene")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.