Learn R Programming

GenoGAM (version 1.0.2)

untile: Set index to chunkIndex

Description

Replace the tile index with the chunk index in /codeGenomicTiles object

Usage

untile(object, ...)
"untile"(object, id = NULL)

Arguments

object
A /codeGenomicTiles object.
...
Additional arguments
id
A vector if tile ids. By default the complete index is taken.

Value

A modified /codeGenomicTiles object

Examples

Run this code
gt <- makeTestGenomicTiles()
newGT <- untile(gt)

Run the code above in your browser using DataLab