Learn R Programming

GenoGAM (version 1.0.2)

getIndexCoordinates: Compute the row coordinates for a given index

Description

Given an index of genomic positions, this method computes the corresponding row positions in the assay

Usage

getIndexCoordinates(object, ...)
"getIndexCoordinates"(object, id = NULL, index = NULL)

Arguments

object
A /codeGenomicTiles object.
...
Additional arguments Usually the original index or the chunk index.
id
A vector if tile ids. By default the complete index is returned.
index
A /codeGranges object representing an index of genomic positions.

Value

A /codeGRanges object of row coordinates

Examples

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

Run the code above in your browser using DataLab