noisePlot: Plot noise as a function of sequence depth

noisePlotR Documentation

Plot noise as a function of sequence depth

Description

Plot noise as a function of sequence depth.

Usage

noisePlot(x, y, ...)

Arguments

x

A QDNAseqReadCounts object.

y

missing

...

Further arguments to plot() and text.

Author(s)

Ilari Scheinin

Examples

data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
noisePlot(readCountsFiltered)

ccagc/QDNAseq documentation built on Feb. 2, 2023, 12:56 p.m.