GeneSelect {CPEg}R Documentation

Select supergenes

Description

A pre-specified number of gense with the largest absolute t-ratio are selected.

Usage

GeneSelect(Dataset, nGenes = 10)

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.
nGenes number of genes to select

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]