MCCV for manually selected features (no additional feature selection)
PerformCV.test(mSetObj, method, lvNum, propTraining=2/3, nRuns=100)
Input the name of the created mSetObj (see InitDataObjects)
Select the classification method, "rf" for random forest classification, "pls" for PLS-DA, and "svm" for support vector machine
Input the number of latent variables to include in the analyis, only for PLS-DA classification
Input the proportion of samples to use for training, by default it is 2/3
Input the number of MCCV runs, by default it is 100