Learn R Programming

GenoGAM (version 1.0.2)

getTile: Tile extraction as a DataFrame

Description

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.

Value

A SimpleDataFrameList

Examples

Run this code
gt <- makeTestGenomicTiles()
getTile(gt, 1:3)

Run the code above in your browser using DataLab