Learn R Programming

GenoGAM (version 1.0.2)

getChunkIndex: Compute the index for chunks instead tiles

Description

The chunk index holds the Granges object that splits the entire dataset in chunk, that is non-overlapping intervals.

Usage

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

Arguments

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

Value

A /codeGRanges object representing the index

Examples

Run this code
gt <- makeTestGenomicTiles()
getChunkIndex(gt)

Run the code above in your browser using DataLab