getCoordinates {GenoGAM} | R Documentation |
The /codecoordinates slot contains the row coordinates of each chromosome in the data. Such that taken a genomic position from a chromosome it's easy to detect the correct row in the assay
getCoordinates(object) ## S4 method for signature 'GenomicTiles' getCoordinates(object)
object |
A /codeGenomicTiles object. |
A /codeGRanges object of row coordinates
Georg Stricker georg.stricker@in.tum.de
gt <- makeTestGenomicTiles() getCoordinates(gt)