RandomGeneAssignmentModel {PDATK} | R Documentation |
RandomGeneAssignmentModel Constructor
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.
data(sampleICGCmicro) set.seed(1987) RGAmodel <- RGAModel(sampleICGCmicro, minDaysSurvived=365, randomSeed=1987)