Description Usage Arguments Details Value See Also Examples
This function will load a test dataset to run classPredict
function.
1 2 3 4 5 6 | 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
.
1 | test.classPredict("Pomeroy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.