Learn R Programming

compEpiTools (version 1.6.3)

GRmidpoint-methods: Returns a GRanges containing the mid point of a GRanges

Description

Returns a GRanges containing the mid point of a GRanges

Arguments

Methods

To be used in this form: GRmidpoint(Object) where Object is a GRanges. A GRanges with width 1 containing the mid points of each range in Object is returned.

Examples

Run this code
gr <- GRanges(seqnames=Rle('chr1',2), 
	ranges=IRanges(start=c(10,100), end=c(50, 150)))
GRmidpoint(gr)

Run the code above in your browser using DataLab