extractBinGRanges {methylPipe} | R Documentation |
For genomic ranges with N bins, extract the Genomic ranges for a given bin.
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
gr_file <- system.file('extdata', 'GR_chr20.Rdata', package='methylPipe') load(gr_file) extractBinGRanges(GR_chr20, 2, 5)