dataRange {GenoGAM} | R Documentation |
Just like the /codecoordinates slot but returns the genomic ranges of the underlying data.
dataRange(object) ## S4 method for signature 'GenomicTiles' dataRange(object) ## S4 method for signature 'GPos' dataRange(object)
object |
A /codeGenomicTiles object. |
A /codeGRanges object of genomic ranges of the underlying data
Georg Stricker georg.stricker@in.tum.de
gt <- makeTestGenomicTiles() dataRange(gt)