dataRange {GenoGAM}R Documentation

The /codeGRanges of the underlying data

Description

Just like the /codecoordinates slot but returns the genomic ranges of the underlying data.

Usage

dataRange(object)

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

## S4 method for signature 'GPos'
dataRange(object)

Arguments

object

A /codeGenomicTiles object.

Value

A /codeGRanges object of genomic ranges of the underlying data

Author(s)

Georg Stricker georg.stricker@in.tum.de

Examples

gt <- makeTestGenomicTiles()
dataRange(gt)

[Package GenoGAM version 1.8.0 Index]