Learn R Programming

QDNAseq (version 1.8.0)

noisePlot: Plot noise as a function of sequence depth

Description

Plot noise as a function of sequence depth.

Usage

noisePlot(x, y, ...)

Arguments

y
missing
...
Further arguments to plot and text.

Examples

Run this code
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
noisePlot(readCountsFiltered)

Run the code above in your browser using DataLab