siteoverlap | R Documentation |
Applies Fisher's test to the number of binding sites among a set of features (vs all other binding sites in that set of features). Of note, this application violates the assumptions of Fisher's exact test.
siteoverlap(signal, sets, alternative = c("greater", "less", "two.sided"))
signal |
A named logical vector indicating which features are differentially-expressed |
sets |
A data.frame with at least the following columns: 'set', 'feature', 'sites'. |
alternative |
Test alternative (defaults to 'greater' to test for over-representation) |
a data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.