estimateCorrection(object, span=0.65, family="symmetric", adjustIncompletes=TRUE, maxIter=1, cutoff=4, variables=c("gc", "mappability"), ...)QDNAseqReadCounts object with counts data.loess, the parameter alpha which controls
the degree of smoothing.loess, if "gaussian" fitting is by
least-squares, and if "symmetric" a re-descending M estimator is
used with Tukey's biweight function.counts for
bins with uncharacterized nucleotides (N's) in their reference genome
sequence should be adjusted by dividing them with the percentage of
characterized (A, C, G, T) nucleotides. Defaults to TRUE.cutoff are removed, and the
fitting repeated until the list of bins to use stabilizes or after
maxIter iterations.madDiff) the cutoff for removal
of bins with median residuals larger than the cutoff. Not used if
maxIter=1 (default).c("gc", "mappability") (the default),
"gc", or "mappability".loess.QDNAseqReadCounts object with the assay data element
fit added.
loess is used to fit the regression model.
data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
Run the code above in your browser using DataLab