siteoverlap.old | 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). This is an old apply-based implementation. For a much faster vectorial implementation, see 'siteoverlap2'
siteoverlap.old(signal, sets)
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.