GetGposCenterFromGRanges | R Documentation |
Retrieve, in a GPos object, the positions of the center of the ranges from a GRanges object.
GetGposCenterFromGRanges(grangesData)
grangesData |
A GRanges object to be converted as a GPos object. The center of each range will be processed in the GPos object output. |
myRanges <- as(c("chrI:300-500:+", "chrI:308-680:+", "chrII:30-550:-"), "GRanges") myCenterPos <- GetGposCenterFromGRanges(grangesData = myRanges) myCenterPos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.