test.classPredict {classpredict} | R Documentation |
This function will load a test dataset to run classPredict
function.
test.classPredict(dataset = c("Brca", "Perou", "Pomeroy"), projectPath, outputName = "ClassPrediction", generateHTML = FALSE)
dataset |
character string specifying one of "Brca", "Perou" or "Pomeroy" datasets. |
projectPath |
characteer string specifying the project path. Default is C:/Users/UserName/Documents/$dataset. |
outputName |
character string for the output folder name. |
generateHTML |
logical. If |
If the random variance model is enabled, all genes will be used for the model estimation.
A list as returned by classPredict
.
test.classPredict("Pomeroy")