Learn R Programming

QDNAseq (version 1.8.0)

plot: Plot copy number profile

Description

Plot copy number profile.

Usage

plot(x, y, ...)

Arguments

y
missing
...
...

Examples

Run this code
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
copyNumbers <- correctBins(readCountsFiltered)
plot(copyNumbers)

Run the code above in your browser using DataLab