Learn R Programming

rgsepd (version 1.2.0)

Name_to_RefSeq: Name to RefSeq

Description

Lookup a HGNC symbol and return an appropriate NM##.

Usage

Name_to_RefSeq(x)

Arguments

x
The HGNC symbol(s) you wish to convert.

Value

The NM_### id numbers corresponding to the input gene names (HGNC symbols.)

Details

Not found gene symbols will return NA or the empty string.

Examples

Run this code

 Name_to_RefSeq("LSMEM2")
 #should return NM_153215

Run the code above in your browser using DataLab