do hypergeometric enrichment
Source:R/hypergeometric_enrichment.R
hypergeometric_feature_enrichment.Rd
do hypergeometric enrichment
Usage
hypergeometric_feature_enrichment(
hypergeom_features,
direction = "over",
p_adjust = "BH",
min_features = 1
)
Details
The min_features
argument here applies to the minumum number of features an annotation has
from the universe of features supplied, not the minumum number of features from the differential
list.
For more about the p-value adjustment, see stats::p.adjust