estimateStandardDeviation.CBS | R Documentation |
Estimates the whole-genome standard deviation of the signals.
## S3 method for class 'CBS'
estimateStandardDeviation(fit, chromosomes=NULL, method=c("diff", "res", "abs",
"DNAcopy"), estimator=c("mad", "sd"), na.rm=TRUE, weights=NULL, ...)
chromosomes |
An optional |
method |
A |
estimator |
A |
na.rm |
If |
weights |
An optional |
... |
Not used. |
Returns a non-negative numeric
scale.
Henrik Bengtsson
For more information see CBS
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.