Description Usage Arguments Value Examples
Find Common Samples in a List-like S4 Object where The Columns of Each Item Represent Samples
1 | findCommonSamples(object, ...)
|
object |
A |
... |
Allow new parameters to be defined for this generic. |
A character
vector of common sample names.
1 2 3 | data(sampleCohortList)
commonSamples <- findCommonSamples(sampleCohortList)
head(commonSamples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.