findCommonGenes {PDATK} | R Documentation |
S4
object.Find the common genes in an S4
object.
findCommonGenes(object, ...)
object |
An |
... |
Allow new parameters to be defined for this generic. |
A character
vector of common gene names.
data(sampleCohortList) commonGenes <- findCommonGenes(sampleCohortList) head(commonGenes)