getIndexCoordinates {GenoGAM} | R Documentation |
Given an index of genomic positions, this method computes the corresponding row positions in the assay
getIndexCoordinates(object, ...) ## S4 method for signature 'GenomicTiles' getIndexCoordinates(object, id = NULL, index = NULL)
object |
A /codeGenomicTiles object. |
... |
Additional arguments Usually the original index or the chunk index. |
id |
A vector if tile ids. By default the complete index is returned. |
index |
A /codeGranges object representing an index of genomic positions. |
A /codeGRanges object of row coordinates
Georg Stricker georg.stricker@in.tum.de
gt <- makeTestGenomicTiles() getIndexCoordinates(gt)