findCommonGenes,CohortList-method {PDATK} | R Documentation |
SurvivalExperiments
in a CohortList
Intersect Gene Names for All SurvivalExperiments
in a CohortList
## S4 method for signature 'CohortList' findCommonGenes(object)
object |
A |
A character
vector of genes common to all SurvivalExperiment
s
in the CohortList
.
data(sampleCohortList) commonGenes <- findCommonGenes(sampleCohortList) head(commonGenes)