GeneToSymbol | R Documentation |
Gene-to-symbol mappings
GeneToSymbol(object, ...)
## S4 method for signature 'FgseaList'
GeneToSymbol(object)
object |
Object. |
... |
Additional arguments. |
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.
GeneToSymbol
.
Updated 2022-04-27.
makeGeneToSymbol()
.
data(fgsea)
## FgseaList ====
object <- fgsea
g2s <- GeneToSymbol(object)
print(g2s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.