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
: logicalmodulelist
hsa_pathway <- custom_modulelist_from_org(org = "hsa", feature = "gene")
Other modulelist: custom_modulelist()
, get_features()
Useful links