Description Usage Arguments Author(s) Examples
Plot copy number profile.
1 |
x |
A |
y |
missing |
... |
... |
Ilari Scheinin
1 2 3 4 5 6 7 | 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.