process_genes: Create a mapping table for gene symbols and IDs

View source: R/genes.R

process_genesR Documentation

Create a mapping table for gene symbols and IDs

Description

Maps the gene symbols with HGNC and Entrez IDs

Usage

process_genes()

Value

data.table

References

ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/json/hgnc_complete_set.json

Examples

## Not run: 
genes <- process_data("genes")
validate(genes)
res <- update_table(genes)

## End(Not run)

RGLab/AnalyteExplorer documentation built on Jan. 29, 2023, 5:12 a.m.