plot {QDNAseq} | R Documentation |
Plot copy number profile.
plot(x, y, ...)
x |
A |
y |
missing |
... |
... |
Ilari Scheinin
data(LGG150) readCounts <- LGG150 readCountsFiltered <- applyFilters(readCounts) readCountsFiltered <- estimateCorrection(readCountsFiltered) copyNumbers <- correctBins(readCountsFiltered) plot(copyNumbers)