plot | R Documentation |
Plot copy number profile.
plot(x, y, ...)
x |
A |
y |
missing |
... |
... |
Ilari Scheinin
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
copyNumbers <- correctBins(readCountsFiltered)
plot(copyNumbers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.