Learn R Programming

switchBox (version 1.6.0)

trainingGroup: Training set phenotypes

Description

A factor with two levels describing the phenotypes for the training data (Glas et al cohort, see the mammaPrintData package).

Usage

data(trainingData)

Arguments

Format

The trainingGroup factor contains phenotypic information for the 78 samples of the training dataset.

Details

This phenotype factor corresponds to the breast cancer patients' cohort published by Glas and colleagues in BMC Genomics (2006). The information was obtained from the mammaPrintData package as described by Marchionni and colleagues in BMC Genomics (2013).

References

See switchBox for the references.

See Also

testingGroup

Examples

Run this code

### Load gene expression data for the training set
data(trainingData)

### Show the class of the ``trainingGroup'' object
class(trainingGroup)

### Show group variable
table(trainingGroup)

Run the code above in your browser using DataLab