### Load gene expression data for the training set
data(trainingData)
### Show the class of the ``matTraining'' object
class(matTraining)
### Show the dimentions of the ``matTraining'' matrix
dim(matTraining)
### Show the first 10 sample names of the ``matTraining'' matrix
head(colnames(matTraining), n=10)
Run the code above in your browser using DataLab