Map gene names (symbols) to HGNC identifiers
Usage
mapGeneNamesToHgnc(genes, hgnc = NULL)
Arguments
- genes
character.
Human gene names (e.g. "TUT4").
- hgnc
Hgnc or NULL.
If NULL, HGNC annotations will be downloaded automatically.
Examples
## Homo sapiens (only).
x <- mapGeneNamesToHgnc(genes = c("TUT4", "ZCCHC11", "TENT3A"))
#> → Importing HGNC complete set.
#> → Importing /Users/mike/.cache/R/AcidGenomes/BiocFileCache/101476b2a17e6_hgnc_complete_set.txt using base::`read.table()`.
print(x)
#> [1] 28981 28981 28981