Estimates the whole-genome standard deviation of the signals.
# S3 method for CBS
estimateStandardDeviation(fit, chromosomes=NULL, method=c("diff", "res", "abs",
"DNAcopy"), estimator=c("mad", "sd"), na.rm=TRUE, weights=NULL, ...)
A character
string specifying the method used.
If TRUE
, missing values are dropped, otherwise not.
Not used.
Returns a non-negative numeric
scale.
For more information see CBS
.