Extracting one or multiple tiles from a GenomicTiles object
and coercing them to a DataFrameList.
Usage
getTile(object, id, ...)
"getTile"(object, id, size = 3e+07)
Arguments
object
A GenomicTiles object
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.