Learn R Programming

g3viz (version 1.2.0)

hgnc2uniprot: Mapping from Hugo symbol to UniProt IDs

Description

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).

Usage

hgnc2uniprot(hgnc.symbol)

Value

a data frame with columns symbol (Hugo symbol), uniprot (UniProt ID), and length (protein length).

Arguments

hgnc.symbol

primary HUGO symbol

Examples

Run this code
# maps to single UniProt entry
hgnc2uniprot("TP53")

# maps to multiple UniProt entries
hgnc2uniprot("GNAS")
hgnc2uniprot("AKAP7")

Run the code above in your browser using DataLab