Overview

This package serves a utility for rGEO. It convert a probe-to-geneID map to a probe-to-symbol map. (here geneID refers to entrez gene ID, ensemble gene ID, RefSeq accession, etc.)

Installation

if (!('devtools' %in% .packages(T))) install.packages('devtools');
remotes::install_github('dongzhuoer/thesis/r-lib/hgnc');

Usage

refer to vignette('hgnc').