Learn R Programming

GenoGAM (version 1.0.2)

getCoordinates: Accessor to the /codecoordinates slot

Description

The /codecoordinates slot contains the row coordinates of each chromosome in the data. Such that taken a genomic position from a chromosome it's easy to detect the correct row in the assay

Usage

getCoordinates(object)
"getCoordinates"(object)

Arguments

object
A /codeGenomicTiles object.

Value

A /codeGRanges object of row coordinates

Examples

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

Run the code above in your browser using DataLab