View source: R/binomial_enrichment.R
binomial_feature_enrichment | R Documentation |
do binomial testing
binomial_feature_enrichment(
binomial_features,
p_expected = 0.5,
direction = "two.sided",
p_adjust = "BH",
conf_level = 0.95,
min_features = 1
)
binomial_features |
a binomial_features object |
p_expected |
the expected probability (default 0.5) |
direction |
which direction to do the enrichment (two.sided, less, greater) |
p_adjust |
how to correct the p-values (default is "BH") |
conf_level |
the confidence level for the confidence interval (default is 0.95) |
min_features |
a minimum number of features that are annotated to each annotation |
enriched_result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.