noisePlot | R Documentation |
Plot noise as a function of sequence depth.
noisePlot(x, y, ...)
x |
A |
y |
missing |
... |
Further arguments to |
Ilari Scheinin
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
noisePlot(readCountsFiltered)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.