| findCommonGenes,CohortList-method {PDATK} | R Documentation |
SurvivalExperiments in a CohortListIntersect 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 SurvivalExperiments
in the CohortList.
data(sampleCohortList) commonGenes <- findCommonGenes(sampleCohortList) head(commonGenes)