Description Usage Arguments Value See Also Examples
Reactome Enrichment Analysis of a gene set. Given a vector of genes, this function will return the enriched Reactome pathways with FDR control from hypergeometric test.
1 2 3 4 5 6 7 8 9 10 11 | enrichReactome(
gene,
organism = "human",
pvalueCutoff = 0.05,
pAdjustMethod = "BH",
qvalueCutoff = 0.2,
universe,
minGSSize = 5,
maxGSSize = 500,
readable = FALSE
)
|
gene |
a vector of entrez gene id. |
organism |
one of "human", "rat", "mouse", "celegans", "yeast", "zebrafish", "fly". |
pvalueCutoff |
Cutoff value of pvalue. |
pAdjustMethod |
one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none" |
qvalueCutoff |
Cutoff value of qvalue |
universe |
background genes |
minGSSize |
minimal size of genes annotated by functional term for testing. |
maxGSSize |
maximal size of each gene set for analyzing |
readable |
TRUE or FALSE indicating whether to convert gene Entrez ids to gene Symbols in the 'itemID' column in the FEA result table. |
A feaResult
instance.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.