Description Usage Arguments Author(s) See Also Examples
This function generates chromosome-level CNV plot of given sample.
1 2 3 4 5 |
data.name |
an object of |
sample.name |
character of selected sample name |
sel.chr |
selected chromosome |
pos.range |
numeric vector of length 2 containing start and stop positions of chromosome range |
capture.only |
a logical value indicating if only captured exons should be outputted |
min.ref.avgRPKM |
minimum normalized coverage of output exons |
ref.avg.method |
a character indicating if exon-level "median" or "mean" coverage information should be outputted in the table |
cex |
plot expansion factor relative to current |
col |
color of the plot |
ylim |
the y limits of the plot |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
ideogram |
a logical value indicating if ideogram of corresponding chromsome should be plotted |
ideogram.cex |
plot expansion factor relative to current |
... |
other graphical parameters (see |
Chen Wang
plot autosome CNV results plotAutosomeCNV
1 2 3 4 5 6 7 8 | #=== load simulated data with pre-computed coverage and CNV
data(sim.cnvData)
#=== plot CNV of sample "c2" in selected region in "chr22"
plotChrCNV(sim.cnvData,"c2","chr22",c(41e6,44e6),cex=1.2)
#=== plot CNV of sample "n3" in selected region in "chr22"
plotChrCNV(sim.cnvData,"n3","chr22",c(41e6,44e6),cex=1.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.