interal method for enrichment analysis
enhance_enricher_internal(
gene,
pvalueCutoff,
pAdjustMethod = "BH",
universe = NULL,
minGSSize = 10,
maxGSSize = 500,
qvalueCutoff = 0.2,
USER_DATA
)
a vector of entrez gene id.
Cutoff value of pvalue.
one of "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none"
background genes
minimal size of genes annotated by Ontology term for testing.
maximal size of each geneSet for analyzing
cutoff of qvalue
ontology information
A enrichResult
instance.
using the hypergeometric model