Learn R Programming

methylPipe (version 1.6.2)

extractBinGRanges: Extract genomic ranges for a given bin

Description

For genomic ranges with N bins, extract the Genomic ranges for a given bin.

Usage

extractBinGRanges(GenoRanges, bin, nbins)

Arguments

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

Value

See Also

mapBSdata2GRangesBin

Examples

Run this code
gr_file <- system.file('extdata', 'GR_chr20.Rdata', package='methylPipe')
load(gr_file)
extractBinGRanges(GR_chr20, 2, 5)

Run the code above in your browser using DataLab