MotifEnrich | R Documentation |
Computes motif enrichment with a hypergeometric distribution
MotifEnrich(
meta.features,
features,
motif.all,
n.background = 40000,
verbose = TRUE
)
meta.features |
Dataframe with gc content and peak names |
features |
Vector peak names to test for enrichment. All peaks must be in meta.features |
motif.all |
Matrix of peaks by motifs |
n.background |
Number of background peaks to sample |
verbose |
Print progress |
Dataframe with motif enrichment results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.