Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/diagnosis.cluster.plot.R
An optional function to visualize genome-wide SCNA Profile in log2mBAF-log2ratio 2D cluster plot.
1 | diagnosis.cluster.plot(segs, chrs, min.snps, max.cex = 3, ref.num.probe = NULL)
|
segs |
a data frame containing segment location, summary statistics
and SCNA status resulting from |
chrs |
the chromosomes to be visualized. For example, 1:22. |
min.snps |
the minimum number of probes a segment span. |
max.cex |
the maximum of cex a circle is associated with. See details. |
ref.num.probe |
integer. The reference number of probes against which
a segment is compared in order to determine the cex of the segment
to be displayed. Default is |
on the main log2mBAF-log2ratio panel, each circle corresponds to a segment, with the size reflecting the length of the segment; the color code is specified in legend; the dashed gray lines indicate the adjusted baselines. The side panels, corresponding to log2ratio and log2mBAF dimension respectively, show the distribution of median values of each segment weighted by its length.
An R plot will be generated.
Zhongyang Zhang <zhongyang.zhang@mssm.edu>
joint.segmentation
, cnv.call
,
diagnosis.seg.plot.chr
, genome.wide.plot
1 2 3 4 5 6 |
Loading required package: RANN
Loading required package: DNAcopy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.