kernelpen {GLAD}R Documentation

Kernelpen function

Description

Kernel function used in the penalty term.

Usage

kernelpen(x, type="tricubic", param)

Arguments

x Real Value.
type Type of kernelpen to be used
param a named vector.

Details

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.

Note

People interested in tools dealing with array CGH analysis can visit our web-page http://bioinfo.curie.fr.

Author(s)

Philippe Hupé, glad@curie.fr


[Package GLAD version 1.0.4 Index]