kernel: Kernelpen function

Description Usage Arguments Details Note Author(s)

Description

Kernel function used in the penalty term.

Usage

1
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


GLAD documentation built on Nov. 8, 2020, 11:10 p.m.

Related to kernel in GLAD...