getTile {GenoGAM} | R Documentation |
Extracting one or multiple tiles from a GenomicTiles
object
and coercing them to a DataFrameList.
getTile(object, id, ...) ## S4 method for signature 'GenomicTiles' getTile(object, id, size = 3e+09)
object |
A |
id |
A vector of tile ids |
... |
Additional arguments |
size |
The maximal number of rows that should be handled at once. If the dataset is bigger it will be processed in chunks. This is to lower memory consumption on big datasets, which in turn is slower. |
A SimpleDataFrameList
Georg Stricker georg.stricker@in.tum.de
gt <- makeTestGenomicTiles() getTile(gt, 1:3)