Description Usage Arguments Value Note Author(s) Examples
Plot traces of samples.
1 | plotCNVrd2(Object, ...)
|
Object |
An object of class CNVrd2. |
... |
Optional arguments. |
Plot
Users can plot multiple samples simultaneously.
Hoang Tan Nguyen, Tony R Merriman and MA Black. hoangtannguyenvn@gmail.com
1 2 3 4 5 6 7 8 9 10 11 | data(fcgr3bMXL)
##Obtain all information of CNVs
allGroups <- copynumberGroups$allGroups
###Obtain names of duplicate samples
duplicatedSamples <- rownames(allGroups[allGroups[, 2] > 2,])
###Plot the first duplicate samples
par(mfrow = c(3, 2))
for (ii in duplicatedSamples[1:6])
plotCNVrd2(Object = objectCNVrd2,
segmentObject = resultSegment,
sampleName = ii)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.