### Load gene expression data for the test set
data(testingData)
### Show the class of the ``matTesting'' object
class(matTesting)
### Show the dimentions of the ``matTesting'' matrix
dim(matTesting)
### Show the first 10 sample names of the ``matTest'' matrix
head(colnames(matTesting), n=10)
testingGroup[1:10]
Run the code above in your browser using DataLab