convertGenesToSymbols | R Documentation |
Convert genes to symbols
convertGenesToSymbols(object, ...)
convertSymbolsToGenes(object, ...)
## S4 method for signature 'SummarizedExperiment'
convertGenesToSymbols(object, strict = FALSE)
## S4 method for signature 'SummarizedExperiment'
convertSymbolsToGenes(object, strict = FALSE)
object |
Object. |
strict |
|
... |
Additional arguments. |
Modified object of same class.
Updated 2021-10-21.
data(RangedSummarizedExperiment, package = "AcidTest")
## SummarizedExperiment ====
object <- RangedSummarizedExperiment
x <- convertGenesToSymbols(object)
print(x)
## Interconvert back to gene IDs.
y <- convertSymbolsToGenes(x)
print(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.