Description Usage Arguments Value Examples
View source: R/class-RGAModel.R
RandomGeneAssignmentModel Constructor
1  | RandomGeneAssignmentModel(trainCohorts, minDaysSurvived = 365, ..., randomSeed)
 | 
trainCohorts | 
 A 'SurvivelExperiment' containing training data for
the   | 
minDaysSurvived | 
 An   | 
... | 
 Force subsequent parameters to be named. Not used.  | 
randomSeed | 
 An   | 
A SurvivalModel object.
1 2 3  | data(sampleICGCmicro)
set.seed(1987)
RGAmodel <- RGAModel(sampleICGCmicro, minDaysSurvived=365, randomSeed=1987)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.