Description Usage Arguments Value Author(s) See Also Examples
For genomic ranges with N bins, extract the Genomic ranges for a given bin.
1 | extractBinGRanges(GenoRanges, bin, nbins)
|
GenoRanges |
An object of class GRanges |
bin |
numeric; the bin corresponding to which data has to be extracted |
nbins |
numeric; the number of bins in which genomic regions are divided |
A GRanges Object
Mattia Pelizzola
1 2 3 | gr_file <- system.file('extdata', 'GR_chr20.Rdata', package='methylPipe')
load(gr_file)
extractBinGRanges(GR_chr20, 2, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.