do_GSEA_MSigDB: Performs gene set enrichment analysis using MSigDB...

View source: R/do_GSEA_MSigDB.R

do_GSEA_MSigDBR Documentation

Performs gene set enrichment analysis using MSigDB annotations

Description

Performs gene set enrichment analysis using MSigDB annotations

Usage

do_GSEA_MSigDB(
  proteins,
  pvalueCutoff = 0.05,
  pAdjustMethod = "none",
  qvalueCutoff = 0.2,
  minGSSize = 10,
  maxGSSize = 120,
  dataset,
  view = T,
  return.all = F,
  add.info = F
)

Arguments

proteins

numeric vector of proteins scores

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


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.