range-TnTTrack {TnT}R Documentation

Range of Tracks

Description

Range of Tracks

Usage

## S4 method for signature 'RangeBasedTrack'
range(x, ..., with.revmap = FALSE, ignore.strand = FALSE, na.rm = FALSE)

## S4 method for signature 'CompositeTrack'
range(x, ..., with.revmap = FALSE, ignore.strand = FALSE, na.rm = FALSE)

Arguments

x

A TnTTrack object.

..., with.revmap, ignore.strand, na.rm

Passed to range,GenomicRanges-method.

Value

Returns a GRanges object.


[Package TnT version 1.14.0 Index]