Usage
makeRangedDataList( data, chr, start = 1, end, genome, subset = NULL, cytoband, plot=FALSE, session )
Arguments
data
A ChrStrandData object, output from the makeChrStrandData
function.
chr
Chromosomal id, chromosome to plot 1:22,X,Y.
start
Optional start chromosome position from which to commence plotting.
end
Optional end chromosome position.
genome
The name of the genome from which the data coordinates
are taken (e.g. "hg18"). Passed to GenomicData
in the
rtracklayer package.
subset
Optional numeric vector listing the samples from data
to plot.
cytoband
Optional cytological band to plot (e.g. `q23').
plot
An optional flag indicating whether to automatically plot
the resulting RangedDataList on the UCSC browser or not.
session
An optional rtracklayer UCSCSession object. Ignored
unless plot=TRUE.