Description Usage Arguments Value Examples
Find the common genes in an S4
object.
1 | findCommonGenes(object, ...)
|
object |
An |
... |
Allow new parameters to be defined for this generic. |
A character
vector of common gene names.
1 2 3 | data(sampleCohortList)
commonGenes <- findCommonGenes(sampleCohortList)
head(commonGenes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.