test.classPredict {classpredict}R Documentation

Test classpredict() function

Description

This function will load a test dataset to run classPredict function.

Usage

test.classPredict(dataset = c("Brca", "Perou", "Pomeroy"), projectPath,
  outputName = "ClassPrediction", generateHTML = FALSE)

Arguments

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 TRUE, an html page will be generated with detailed prediction results.

Details

If the random variance model is enabled, all genes will be used for the model estimation.

Value

A list as returned by classPredict.

See Also

classPredict

Examples

test.classPredict("Pomeroy")

[Package classpredict version 0.2 Index]