Functional enrichments by hypergeometric test
enricher(
test_gene_sets,
ref_gene_sets,
universe = NULL,
minGSSize = 10,
maxGSSize = 500,
pAdjustMethod = "BH",
pvalueCutoff = 0.05,
qvalueCutoff = 0.2
)
(list of) character vector gene IDs
(list of) character vector gene IDs
all genes considered. If NULL, uses all genes in test_gene_sets. Default: NULL
minimum gene set size, Default: 10
maximum gene set size, Default: 500
p-value adjustment method, Default: 'BH'
p-value cutoff, Default: 0.05
FDR cutoff, Default: 0.2
dataframe with enrichment statistics.
enriched ref_gene_sets per test_gene_set are returned. test_gene_set names are specified in the name column and ref_gene_set name are specified in the ID column.
if (FALSE) {
if(interactive()){
#EXAMPLE1
}
}