do_ORA_GO: Performs over-representation analysis using Gene Ontology...

View source: R/do_ORA_GO.R

do_ORA_GOR Documentation

Performs over-representation analysis using Gene Ontology annotations

Description

Performs over-representation analysis using Gene Ontology annotations

Usage

do_ORA_GO(
  proteins,
  pvalueCutoff = 0.05,
  pAdjustMethod = "none",
  qvalueCutoff = 0.2,
  minGSSize = 10,
  maxGSSize = 500,
  database,
  dataset,
  view = F
)

Arguments

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

database

which GO database to use

dataset

dataset

view

view results


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