hgnc2uniprot: Mapping from Hugo symbol to UniProt IDs

View source: R/hgnc2uniprot.R

hgnc2uniprotR Documentation

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)

Arguments

hgnc.symbol

primary HUGO symbol

Value

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

Examples

# maps to single UniProt entry
hgnc2uniprot("TP53")

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


g3viz documentation built on Aug. 19, 2022, 5:07 p.m.