View source: R/hypergeometric_enrichment.R
hypergeometric_feature_enrichment | R Documentation |
do hypergeometric enrichment
hypergeometric_feature_enrichment(
hypergeom_features,
direction = "over",
p_adjust = "BH",
min_features = 1
)
hypergeom_features |
a hypergeometric_features object |
direction |
which direction to do the enrichment (over or under) |
p_adjust |
how to correct the p-values (default is "BH") |
min_features |
how many features should be annotated before testing it? |
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
enriched_result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.