Learn R Programming

GenoGAM (version 1.0.2)

getIndex: Accessor to the 'index' slot

Description

The index holds the Granges object that splits the entire dataset in tiles.

Usage

getIndex(object, ...)
"getIndex"(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()
getIndex(gt)
getIndex(gt, 1:3)

Run the code above in your browser using DataLab