CohortList {PDATK} | R Documentation |
Constructor for the CohortList class, a specialized list for storing SurvivalExperiment objects.
CohortList(..., mDataTypes)
... |
One or more |
mDataTypes |
A |
A CohortList
object containing one or more SurvivalExperiment
objects.
data(sampleICGCmicro) set.seed(1987) cohortList <- CohortList(list(survExp1=sampleICGCmicro, survExp2=sampleICGCmicro), mDataTypes=c('rna_micro', 'rna_micro'))