getCoordinates {GenoGAM}R Documentation

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)

## S4 method for signature 'GenomicTiles'
getCoordinates(object)

Arguments

object

A /codeGenomicTiles object.

Value

A /codeGRanges object of row coordinates

Author(s)

Georg Stricker georg.stricker@in.tum.de

Examples

gt <- makeTestGenomicTiles()
getCoordinates(gt)

[Package GenoGAM version 1.8.0 Index]