Description Usage Arguments Value Examples
Works using endoapply of [
over the list SurvivalExperiment
s
1 2 |
x |
A |
subset |
The row query. Defaults to TRUE, i.e., select all. |
select |
The column query. Defaults to TRUE, i.e., select all. |
invert |
A |
A CohortList
containing only the rows and columns selected in i
and j, respectively.
1 2 3 | data(sampleCohortList)
commonGenes <- findCommonGenes(sampleCohortList)
commonGenesCohortList <- subset(sampleCohortList, subset=commonGenes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.