findCommonSamples {PDATK} | R Documentation |
Find Common Samples in a List-like S4 Object where The Columns of Each Item Represent Samples
findCommonSamples(object, ...)
object |
A |
... |
Allow new parameters to be defined for this generic. |
A character
vector of common sample names.
data(sampleCohortList) commonSamples <- findCommonSamples(sampleCohortList) head(commonSamples)