Skip to contents

Data downloaded from the Ensembl website (version 113), containing detailed gene information for approximately 76,000 genes. The dataset includes Ensembl gene IDs, HUGO nomenclature (HGNC symbol), Entrez gene IDs, chromosome locations, gene biotype, and gene length for each gene.

Usage

data(geneMetadata)

Format

An object of class list, containing gene information as described above.

Source

Ensembl Genome Browser, Version 113: https://www.ensembl.org/index.html

Examples

data(geneMetadata)
hgnc <- geneMetadata$hgnc_symbol
entrez <- geneMetadata$entrezgene_id