findCommonSamples {PDATK}R Documentation

Find Common Samples in a List-like S4 Object where The Columns of Each Item Represent Samples

Description

Find Common Samples in a List-like S4 Object where The Columns of Each Item Represent Samples

Usage

findCommonSamples(object, ...)

Arguments

object

A S4 object, where the columns of each element represent samples.

...

Allow new parameters to be defined for this generic.

Value

A character vector of common sample names.

Examples

data(sampleCohortList)
commonSamples <- findCommonSamples(sampleCohortList)
head(commonSamples)


[Package PDATK version 1.2.0 Index]