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