Perform Gene Set Enrichment Analyses (GSEA) or OverRepresentation Analyses (ORA) on a proteomics differential analyses.
geneset.enrichment(
DEprot.analyses.object,
contrast,
TERM2GENE,
enrichment.type,
diff.status.category = NULL,
gsub.pattern.prot.id = NULL,
pvalueCutoff = 0.05,
qvalueCutoff = 0.05,
pAdjustMethod = "BH",
dotplot.n = 10
)
An object of class DEprot.analyses
.
Number indicating the position of the contrast to use for the plotting.
String indicating the type of analyses to perform. One among: GSEA, ORA. No default.
String indicating a diff.status among the ones present in the results table of the specific contrast. Used only one 'ORA' is performed. Default: NULL
.
String indicating a pattern to be passed to gsub and to remove from the prot.id. Default: NULL
(non changes in the IDs).
Numeric value indicating the adjusted pvalue cutoff on enrichment tests to report. Default: 0.05
.
Numeric value indicating the qvalue cutoff on enrichment tests to report as significant (only for ORA). Tests must pass i) pvalueCutoff on unadjusted pvalues, ii) pvalueCutoff on adjusted pvalues and iii) qvalueCutoff on qvalues to be reported. Default: 0.05
.
String indicating the method to use for the p-value adjustment. One mong "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none". Default: "BH"
.
Numeric value indicating the maximum number of categories to plot in the dotplot. Default: 10
.
An object of class DEprot.enrichResult
.