noisePlot {QDNAseq} | R Documentation |
Plot noise as a function of sequence depth.
noisePlot(x, y, ...)
x |
A |
y |
missing |
... |
Ilari Scheinin
data(LGG150) readCounts <- LGG150 readCountsFiltered <- applyFilters(readCounts) readCountsFiltered <- estimateCorrection(readCountsFiltered) noisePlot(readCountsFiltered)