Description Usage Arguments Value See Also Examples
This function measures the association between two genomic features by randomizing one feature and counting the overlaps in randomized sets.
That is to say, query
feature will be randomly distributed over the genome (constrained by provided options), and the overlap of target
with these randomized features will be measured.
1 2 3 4 5 6 | getRandomEnrichment(target, query, randomizations = 1000, rand.set = NULL,
...)
## S4 method for signature 'GRanges,GRanges'
getRandomEnrichment(target, query,
randomizations = 1000, rand.set = NULL, ...)
|
target |
a |
query |
a |
randomizations |
number of times the features to be shuffled |
rand.set |
instead of randomly placing features in |
... |
other parameters to be passed to |
returns a RandomEnrichment
object
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.