GeneSelectPValue {CPEg}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(Dataset, PValueCutoff = 0.001)

Arguments

Dataset list with named components X, y, Xt, yt, where X is the design matrix of the training sample, y is the binary response vector of 1 and -1 for training sample, Xt is the design matrix of the test sample and yt is the binary response vector of 1 and -1 for test sample.
PValueCutoff cutoff

Value

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

Author(s)

A.I. McLeod

See Also

GeneSelect

Examples






[Package CPEg version 1.1 Index]