f.Noise {aCGH.Spline} | R Documentation |
Noise estimation function.
f.Noise(r1, fact = 4.5, p = 0.68, typ = "percentile")
r1 |
- numeric vector of log ratio values. |
fact |
- numeric value (factor by which to rise the noise value). |
p |
- value from 0 to 1, the percentile to evaluate. |
typ |
- noise estimation type c("percentile", "difference", "combined"). |
An estimation of noise.
Tomas William Fitzgerald
r = rnorm(100, 0, 3) f.Noise(r, fact=4.5, p=0.68, typ="percentile") f.Noise(r, fact=4.5, typ="derivative")