Description Usage Arguments Value Examples
View source: R/class-CohortList.R
Constructor for the CohortList class, a specialized list for storing SurvivalExperiment objects.
1 | CohortList(..., mDataTypes)
|
... |
One or more |
mDataTypes |
A |
A CohortList
object containing one or more SurvivalExperiment
objects.
1 2 3 4 | data(sampleICGCmicro)
set.seed(1987)
cohortList <- CohortList(list(survExp1=sampleICGCmicro,
survExp2=sampleICGCmicro), mDataTypes=c('rna_micro', 'rna_micro'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.