Description Usage Arguments Details Value See Also Examples
View source: R/plot_segments.R
Plots segmentation output for individual samples.
1 2 3 |
CNA |
CNA output from LRRtoCNA |
which_sample |
Either a numeric/integer to indicate which sample to plot or a character vector with the sample name. |
threshold |
Numeric vector indicating where to plot dotted lines to indicate threshold. Defaults at 0.15. |
ylab |
Y-axis labels |
xlab |
X-axis labels |
ylim |
Y-axis limits |
title |
Title. Defaults to sample name with Epicopy segmentation string. |
seg_lwd |
Line width of the segments |
... |
Passes arguments to plot to control everything other than segment. |
epicopy
Plot resulting segments from LRRtoCNA
.
Plots the segmentation results from LRRtoCNA
.
Segment plots.
getLRR
LRRtoCNA
export_gistic
RGChannelSet-class
read.450k.sheet
read.450k.exp
1 2 3 4 | # Load included example data.
data(data_vignette)
# Plot
plot_segments(epi_seg, which_sample = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.