View source: R/mapGeneNamesToHgnc.R
mapGeneNamesToHgnc | R Documentation |
Map gene names (symbols) to HGNC identifiers
mapGeneNamesToHgnc(genes, hgnc = NULL)
genes |
|
hgnc |
|
Updated 2023-11-21.
## Homo sapiens (only).
x <- mapGeneNamesToHgnc(genes = c("TUT4", "ZCCHC11", "TENT3A"))
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.