estimateStandardDeviation.RawGenomicSignals | R Documentation |
Estimates the standard deviation of the raw Ys robustly or non-robustly using either a "direct" estimator or a first-order difference estimator.
## S3 method for class 'RawGenomicSignals'
estimateStandardDeviation(this, field=NULL, method=c("diff", "direct"),
estimator=c("mad", "sd"), na.rm=TRUE, weights=getWeights(this), ...)
field |
A |
method |
If |
estimator |
If |
na.rm |
If |
weights |
Locus specific weights. |
... |
Not used. |
Returns a non-negative numeric
value.
Henrik Bengtsson
diff
(), sd
, and mad
.
For more information see RawGenomicSignals
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.