Description Usage Arguments Value Examples
View source: R/deltaCaptureC.R
This function takes a set of row ranges and an inner region and generates a permutation which is symmetric on the inner region and arbitrary on the remainder
1 | generatePermutation(gr, innerRegion)
|
gr |
a GRanges object which should be ordered |
innerRegion |
a GRanges object which should be a single interval |
a permutation of 1:length(gr)
1 | permutations = generatePermutation(smallBins,viewpointRegion)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.