plot.segments {segmenTier} | R Documentation |
Plot method for the "segments" object.
Description
plot the final segmentation objects returned by
segmentClusters
and segmentCluster.batch
Usage
## S3 method for class 'segments'
plot(x, plot = c("S", "segments"), types, params,
xaxis, show.fused = FALSE, ...)
Arguments
x |
a segmentation object as returned by
|
plot |
string vector indicating which data should be plotted;
"segments": plot segments as arrows; "S1" plot the scoring vectors
|
types |
a string vector indicating segment types to plot (a subset of
|
params |
a named vector of parameter settings used in
|
xaxis |
optional x-values to use as x-axis (e.g. to reflect absolute chromosomal coordinates) |
show.fused |
show the fuse tag as a black x |
... |
additional arguments forwarded to
|