Description Usage Arguments Value Examples
Merge two SurvivalExperiments
, subsetting to shared rows and columns
1 2 | ## S4 method for signature 'SurvivalExperiment,SurvivalExperiment'
merge(x, y, cohortNames)
|
x |
A |
y |
A |
cohortNames |
An optional |
A SurvivalExperiment
object with merge data from x and y, and
the assay from each in the assays
slot.
1 2 3 4 5 | data(sampleICGCmicro)
survExp2 <- sampleICGCmicro
mergedSurvExp <- merge(survExp2, sampleICGCmicro,
cohortNames=c('copyICGCmicro', 'ICGCmicro'))
mergedSurvExp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.