kernelpen {GLAD} | R Documentation |
Kernel function used in the penalty term.
kernelpen(x, type="tricubic", param)
x |
Real Value. |
type |
Type of kernelpen to be used |
param |
a named vector. |
The only kernel available is the "tricubic" kernel which takes
the values (1 - (x/d)^3)^3. The value of d is given by
param=c(d=6)
for example.
People interested in tools dealing with array CGH analysis can visit our web-page http://bioinfo.curie.fr.
Philippe Hupé, glad@curie.fr