Description Usage Arguments Value Examples
Assign Subtype Annotations to a SurvivalExperiment Object
1 2 3 4 5 6 7 8 | ## S4 method for signature 'SurvivalExperiment,data.frame'
assignSubtypes(
object,
subtypes,
...,
sampleCol = "sample_name",
subtypeCol = "subtype"
)
|
object |
A |
subtypes |
A |
... |
Force subsequent arguments to be named. Not used. |
sampleCol |
A |
subtypeCol |
A |
The SurvivalExperiment
with the subtypes in the subtypes
column
of the colData slot and a metadata item, hasSubtypes
, set to TRUE.
1 2 3 4 5 6 7 | data(sampleICGCmicro)
data(cohortSubtypeDFs)
cohortList <- assignSubtypes(sampleICGCmicro,
subtypes=cohortSubtypeDFs$ICGCMICRO,
sampleCol='sample_name',
subtypeCol='subtype')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.