Description Usage Arguments Details Value Note Examples
Lookup a HGNC symbol and return an appropriate NM##.
1 |
x |
The HGNC symbol(s) you wish to convert. |
Not found gene symbols will return NA or the empty string.
The NM_### id numbers corresponding to the input gene names (HGNC symbols.)
This routine relies on bioconductor annotation package org.Hs.eg.db to ensure the most up to date mappings.
1 2 | Name_to_RefSeq("LSMEM2")
#should return NM_153215
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.