findCommonSamples: Find Common Samples in a List-like S4 Object where The...

Description Usage Arguments Value Examples

Description

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

Usage

1

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

1
2
3
data(sampleCohortList)
commonSamples <- findCommonSamples(sampleCohortList)
head(commonSamples)

bhklab/PDATK documentation built on Dec. 27, 2021, 7:46 a.m.