| GsvaGeneSets-class | R Documentation |
GsvaGeneSets classVirtual superclass of gene set classes supported by GSVA.
GSVA supports gene sets consisting of gene identifiers as either a named
list of character vectors or an object of class GSEABase::GeneSetCollection.
Alternatively, gene sets may be specified as a named list of integer vectors
in the range of 1:nrow(X) that are indices to the rows of the corresponding
expression data matrix X.
This class union allows to store any of these in a slot of another class as
well as defining common methods for them.
list,
GeneSetCollection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.