getIndex {GenoGAM} | R Documentation |
The index holds the Granges object that splits the entire dataset in tiles.
getIndex(object, ...) ## S4 method for signature 'GenomicTiles' getIndex(object, id = NULL)
object |
A /codeGenomicTiles object. |
... |
Additional arguments |
id |
A vector if tile ids. By default the complete index is returned. |
A GRanges
object representing the index
Georg Stricker georg.stricker@in.tum.de
gt <- makeTestGenomicTiles() getIndex(gt) getIndex(gt, 1:3)