hgnc2uniprot | R Documentation |
Mapping from Hugo Symbol to UniProt ID using internal mapping table. Return a data frame with columns symbol (Hugo symbol), uniprot (UniProt ID), and length (protein length).
hgnc2uniprot(hgnc.symbol)
hgnc.symbol |
primary HUGO symbol |
a data frame with columns symbol (Hugo symbol), uniprot (UniProt ID), and length (protein length).
# maps to single UniProt entry
hgnc2uniprot("TP53")
# maps to multiple UniProt entries
hgnc2uniprot("GNAS")
hgnc2uniprot("AKAP7")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.