View source: R/do_ORA_MSigDB.R
do_ORA_MSigDB | R Documentation |
Performs over-representation analysis using MSigDB annotations
do_ORA_MSigDB( proteins, pvalueCutoff = 0.05, pAdjustMethod = "none", qvalueCutoff = 0.2, minGSSize = 10, maxGSSize = 500, dataset, view = F, return.all = F, add.info = F )
proteins |
numeric/logical vector of proteins indicating group |
pvalueCutoff |
p-value cutoff for annotations |
pAdjustMethod |
one of "none", "BH" (Benjamini-Hochberg correction), "hochberg", "bonferroni", "holm", "hommel", "BY", "fdr" |
qvalueCutoff |
q-value cutoff for annotations |
minGSSize |
minimum number of annotated proteins to be included |
maxGSSize |
maximum number of annotated proteins to be included |
dataset |
dataset |
view |
view results |
return.all |
return enrichResult object; useful for further analysis of enrichment results |
add.info |
add additional information to the results data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.