feature-variables {rtracklayer}R Documentation

Get track feature variables

Description

Gets values for some of the most commonly used track feature variables (chrom, start, end, strand).

Usage

featChrom(object)
featStart(object)
featEnd(object)
featStrand(object)

Arguments

object The trackSet holding the features.

Value

The value of the variable (factor for chrom/strand, numeric for start/end).

Author(s)

Michael Lawrence

See Also

trackData for getting all of these variables (and more) as a data.frame.


[Package rtracklayer version 1.0.0 Index]