Description Usage Arguments Value Examples
Predict Classes for New Data Based on a Train Classifier Model
1 | predictClasses(object, model, ...)
|
object |
An |
model |
An |
... |
Allow further parameters to be defined on this generic. |
The S4
object with class predictions added to the metadata.
1 2 3 4 5 6 7 8 9 10 | data(sampleTrainedPCOSPmodel)
data(samplePCSIsurvExp)
# Set parallelization settings
BiocParallel::register(BiocParallel::SerialParam())
# Make predictions
PCOSPpredSurvExp <- predictClasses(samplePCSIsurvExp,
model=sampleTrainedPCOSPmodel)
head(colData(PCOSPpredSurvExp))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.