Description Usage Arguments Value Examples
KEGG enrichment for model organism.
1 2 3 4 5 6 7 8 9 | enrichKEGG_model(
de_file,
org_db = "org.Hs.eg.db",
output_prefix = NULL,
organism = "human",
pvalueCutoff = 0.05,
qvalueCutoff = 0.2,
setReadable = TRUE
)
|
org_db |
R annotation package like org.Hs.eg.db. |
output_prefix |
Output prefix. |
organism |
KEGG supported organisms like human, mouse. |
pvalueCutoff |
Default 0.05 |
qvalueCutoff |
Default 0.2 |
setReadable |
Transfer gene ids to gene symbol. Default True. |
Two |
columns file with first column containing DE genes and second column with group names. |
A dataframe containing top 10 enriched terms.
1 | enrichKEGG_model(de_file, output_prefix=output_prefix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.