getUPKBtoKEGG: Get UniProt Proteins to KEGG Genes relations from UPKB

View source: R/Intraedges.R

getUPKBtoKEGGR Documentation

Get UniProt Proteins to KEGG Genes relations from UPKB

Description

Get UniProt Proteins to KEGG Genes relations from UPKB

Usage

getUPKBtoKEGG(proteinList, geneList)

Arguments

proteinList

List of Proteins as formatted in UPKB

geneList

List of Genes as formatted in KEGG Genes

Value

Dataframe of the Proteins-Genes relation

Author(s)

Mohammad Al Maaz, Zaynab Hammoud

Examples

proteinList = c("P02747","P00734","P07204","A0A0S2Z4R0","O15169")
geneList=c("hsa:122706","hsa:4221","hsa:8312")
UPKB2KEGG = getUPKBtoKEGG(geneList,proteinList)

frankkramer-lab/Multipath documentation built on June 12, 2025, noon