Description Usage Arguments Value Author(s) Examples
Smooth outlier bins after normalization.
1 | smoothOutlierBins(object, logTransform=TRUE, force=FALSE, ...)
|
object |
A |
logTransform |
If |
force |
Running this function will remove possible segmentation and
calling results. When they are present, running requires specifying
|
... |
Additional arguments passed to |
Returns a QDNAseqCopyNumbers
object with the values for outliers
smoothed. See smooth.CNA
for more details. If
logTransform
is TRUE
, these signals are log2-transformed prior
to smoothing, but afterwards back-transformed..
Ilari Scheinin
1 2 3 4 5 6 7 8 | data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
copyNumbers <- correctBins(readCountsFiltered)
copyNumbersNormalized <- normalizeBins(copyNumbers)
copyNumbersSmooth <- smoothOutlierBins(copyNumbersNormalized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.