Name_to_RefSeq: Name to RefSeq

Description Usage Arguments Details Value Note Examples

View source: R/namechange.R

Description

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

Usage

1

Arguments

x

The HGNC symbol(s) you wish to convert.

Details

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

Value

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

Note

This routine relies on bioconductor annotation package org.Hs.eg.db to ensure the most up to date mappings.

Examples

1
2
 Name_to_RefSeq("LSMEM2")
 #should return NM_153215

rgsepd documentation built on Nov. 8, 2020, 4:58 p.m.