Description Usage Arguments Value Examples
Validate a PCOSP model with a single SurvivalExperiment object.
1 2 | ## S4 method for signature 'PCOSP_or_RLS_or_RGA,SurvivalExperiment'
validateModel(model, valData)
|
model |
A |
valData |
A |
The PCOSPmodel
with the validation statistics in the validationStats
slot and the validation data in the validationData
slot.
1 2 3 4 5 6 7 8 9 | data(sampleTrainedPCOSPmodel)
data(samplePCOSPpredList)
# Set parallelization settings
BiocParallel::register(BiocParallel::SerialParam())
# Validate model
validatedPCOSPmodel <- validateModel(sampleTrainedPCOSPmodel,
valData=samplePCOSPpredList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.