correctBins | R Documentation |
Correct binned read counts for GC content and mappability.
correctBins(object, fit=NULL, method="ratio", adjustIncompletes=TRUE, ...)
object |
An |
fit |
An optional matrix of values to use for the correction. If
NULL (default), assay data |
method |
A character(1) string specifying the correction method.
|
adjustIncompletes |
A boolean(1) specifying whether |
... |
Additional arguments passed to |
Returns a QDNAseqCopyNumbers
object with assay data element
copynumber
.
Ilari Scheinin
Internally, loess
is used to fit the regression model.
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
copyNumbers <- correctBins(readCountsFiltered)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.