Learn R Programming

Mulcom (version 1.22.0)

mulCAND: Identify the Mulcom candidate feature selection

Description

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

Usage

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

Arguments

eset
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

Examples

Run this code
data(benchVign)
mulcom_perm <- mulPerm(Affy, Affy$Groups, 10,2)
mulcom_cand <- mulCAND(Affy, mulcom_perm, 0.2, 2)

Run the code above in your browser using DataLab