findCommonSamples,CohortList-method {PDATK}R Documentation

Find Common Samples in a CohortList Object where The Columns of Each Item Represent Samples

Description

Find Common Samples in a CohortList Object where The Columns of Each Item Represent Samples

Usage

## S4 method for signature 'CohortList'
findCommonSamples(object)

Arguments

object

A CohortList for which we want to find common samples between all SurvivalExperiment objects.

Value

A character vector of common sample names.

Examples

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


[Package PDATK version 1.1.3 Index]