test.classPredict: Test classpredict() function

Description Usage Arguments Details Value See Also Examples

View source: R/classPredict.R

Description

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

Usage

1
2
3
4
5
6
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

1
test.classPredict("Pomeroy")

xianxiongma/mxxfpkg documentation built on May 12, 2021, 6:56 a.m.