Custom modulelist from a specific organism
custom_modulelist_from_org(
org = "hsa",
feature = "ko",
gene = "symbol",
verbose = TRUE
)
modulelist
Other modulelist:
custom_modulelist()
,
get_features()
hsa_pathway <- custom_modulelist_from_org(org = "hsa", feature = "gene")
#> ================================load hsa pathway================================
#> =============hsa pathway download time: 2023-08-14 15:28:13.008682==============
#> If you want to update hsa pathway, use `update_org_pathway('hsa')`
#> please assgin this custom modulelist to `reporter_score(modulelist=your_modulelist)` to do a custom enrichment.