Description Usage Arguments Value Author(s)
Pathway enrichment for SMPDB database.
1 2 3 4 5 6 7 8 9 10 11 | enrich_kegg(
query_id,
query_type = c("compound", "gene"),
id_type = c("KEGG"),
pathway_database,
p_cutoff = 0.05,
p_adjust_method = c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",
"none"),
method = c("hypergeometric", "fisher"),
threads = 3
)
|
query_id |
The vector of query IDs. |
query_type |
"compound" or "gene" |
id_type |
HMDB |
pathway_database |
KEGG or other metabolomics pathway database. |
p_cutoff |
p_cutoff |
p_adjust_method |
p_adjust_method |
method |
Hypergeometric or fisher test. |
threads |
threads |
The MSE analysis result.
Xiaotao Shen shenxt@sioc.ac.cn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.