gsvaAnnotation | R Documentation |
Methods for storing and retrieving annotation metadata in expression data objects that support it. If gene sets and expression data are using different but known gene identifier types and an appropriate annotation database is available, gene set identifiers can be mapped to expression data identifiers without manual user intervention, e.g. from an MSigDb gene set using ENTREZ IDs or gene symbols to an expression data set using ENSEMBL IDs.
## S4 method for signature 'GsvaExprData'
gsvaAnnotation(object)
## S4 replacement method for signature 'GsvaExprData,GeneIdentifierType'
gsvaAnnotation(object) <- value
## S4 method for signature 'ExpressionSet'
gsvaAnnotation(object)
## S4 replacement method for signature 'ExpressionSet,character'
gsvaAnnotation(object) <- value
## S4 replacement method for signature 'ExpressionSet,GeneIdentifierType'
gsvaAnnotation(object) <- value
## S4 method for signature 'SummarizedExperiment'
gsvaAnnotation(object)
## S4 replacement method for signature 'SummarizedExperiment,GeneIdentifierType'
gsvaAnnotation(object) <- value
## S4 method for signature 'SingleCellExperiment'
gsvaAnnotation(object)
## S4 replacement method for signature 'SingleCellExperiment,GeneIdentifierType'
gsvaAnnotation(object) <- value
## S4 method for signature 'SpatialExperiment'
gsvaAnnotation(object)
## S4 replacement method for signature 'SpatialExperiment,GeneIdentifierType'
gsvaAnnotation(object) <- value
## S4 method for signature 'list'
gsvaAnnotation(object)
## S4 replacement method for signature 'list,GeneIdentifierType'
gsvaAnnotation(object) <- value
## S4 method for signature 'GeneSetCollection'
gsvaAnnotation(object)
object |
An expression data object of one of the classes described in
|
value |
For the replacement methods, the annotation metadata to be
stored in the object. For |
For the retrieval methods, the annotation metadata stored in the
object of NULL
. For the replacement methods, the updated object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.