interal method for enrichment analysis
ora_gson(
gene,
pvalueCutoff,
pAdjustMethod = "BH",
universe = NULL,
minGSSize = 10,
maxGSSize = 500,
qvalueCutoff = 0.2,
gson
)A enrichResult instance.
a vector of entrez gene id.
P-value cutoff.
P-value adjustment method (e.g., "BH").
background genes, default is the intersection of the 'universe' with genes that have annotations.
Users can set options(enrichment_force_universe = TRUE) to force the 'universe' untouched.
minimal size of each geneSet for analyzing
maximal size of each geneSet for analyzing
cutoff of qvalue
A GSON object containing gene set information.
Guangchuang Yu https://yulab-smu.top
using the hypergeometric model