mulCAND: Identify the Mulcom candidate feature selection

Description Usage Arguments Details Author(s) Examples

Description

Identify the Mulcom candidate feature selection by the m and T defined by the user

Usage

1
mulCAND(eset, Mulcom_P, m, t, ese = "T")

Arguments

eset

an AffyBatch

Mulcom_P

an object of class MULCOM

m

m: a numeric vector corresponding to log 2 ratio correction

t

t: a numeric vector corresponding to the MulCom T values

ese

True or False

Details

mulCAND Identify the Mulcom candidate feature selection by the m and T defined by the user

Author(s)

Claudio Isella, claudio.isella@ircc.it

Examples

1
2
3
data(benchVign)
mulcom_perm <- mulPerm(Affy, Affy$Groups, 10,2)
mulcom_cand <- mulCAND(Affy, mulcom_perm, 0.2, 2)

Mulcom documentation built on Nov. 8, 2020, 5:53 p.m.