mapGeneNamesToHgnc: Map gene names (symbols) to HGNC identifiers

View source: R/mapGeneNamesToHgnc.R

mapGeneNamesToHgncR Documentation

Map gene names (symbols) to HGNC identifiers

Description

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.

Note

Updated 2023-11-21.

Examples

## Homo sapiens (only).
x <- mapGeneNamesToHgnc(genes = c("TUT4", "ZCCHC11", "TENT3A"))
print(x)

acidgenomics/AcidGenomes documentation built on Dec. 10, 2023, 10:35 p.m.