Description Usage Arguments Value Author(s) Examples
Quantile smoothing of array data
1 | quantsmooth(intensities,smooth.lambda=2, tau=0.5, ridge.kappa=0,smooth.na=TRUE,segment)
|
intensities |
numeric vector |
smooth.lambda |
numeric |
tau |
numeric [0..1], the quantile desired; see |
ridge.kappa |
fudge parameter; see details |
smooth.na |
logical; handling of NA |
segment |
integer, length of overlapping segments |
This function returns a vector of the same length as intensities
, or a matrix
if the length of tau
is greater than 1.
Jan Oosting
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.