Description Usage Arguments Value Examples
View source: R/class-GeneFuModel.R
GeneFuModel
Constructor Method
1 2 3 4 5 6 | GeneFuModel(
trainCohorts = SurvivalExperiment(),
minDaysSurvived = 365,
...,
randomSeed
)
|
trainCohorts |
A |
minDaysSurvived |
An |
... |
Fall through paramater to |
randomSeed |
An |
A GeneFuModel
object, with model parameters in the
1 2 | set.seed(1987)
geneFuModel <- GeneFuModel(randomSeed=1987)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.