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(up, proteinList, geneList)

Arguments

up

The UniProt.ws Object

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

Examples

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

frankkramer-lab/Multipath documentation built on April 30, 2023, 6:08 p.m.