GeneSelectPValue(CLEg)R Documentation

Select supergenes using p-value

Description

The p-value is computed in the training data and all genes below the cutoff are removed.

Usage

GeneSelectPValue(X, y, Xt, yt, PValueCutoff = 0.001)

Arguments

X design matrix, training data
y response, training data
Xt design matrix, test data
yt response, test data
PValueCutoff cutoff

Value

a list with four components, X, y, Xt, yt.

Author(s)

A.I. McLeod

See Also

GeneSelect

Examples






[Package CLEg version 2.0 Index]