trackData {rtracklayer}R Documentation

Get track data

Description

Convert the track features and experimental measurements to a data.frame.

Usage

trackData(object, ...)

Arguments

object An object with track information, e.g. trackSet.
... Arguments to pass to methods

Value

A data.frame with a column for each feature variable and experimental sample. An additional column seqMid is added that holds the mid-point of each feature (helpful for plotting).

Author(s)

Michael Lawrence

See Also

chrom, start, dataVals, etc for accessing individual elements of the track.


[Package rtracklayer version 1.2.2 Index]