GeneToSymbol: Gene-to-symbol mappings

GeneToSymbolR Documentation

Gene-to-symbol mappings

Description

Gene-to-symbol mappings

Usage

GeneToSymbol(object, ...)

## S4 method for signature 'SummarizedExperiment'
GeneToSymbol(object, ...)

Arguments

object

Object.

...

Additional arguments.

Details

For some organisms, gene identifiers and gene names do not map 1:1 (e.g. Homo sapiens and Mus musculus). Refer to the format argument here in the documentation for approaches that deal with this issue.

Value

GeneToSymbol.

Note

Updated 2021-08-09.

See Also

makeGeneToSymbol().

Examples

data(RangedSummarizedExperiment, package = "AcidTest")

## SummarizedExperiment ====
object <- RangedSummarizedExperiment
x <- GeneToSymbol(object)
print(x)

acidgenomics/r-acidexperiment documentation built on Jan. 17, 2024, 7:56 p.m.