getUPKBtoKEGG | R Documentation |
Get UniProt Proteins to KEGG Genes relations from UPKB
getUPKBtoKEGG(up, proteinList, geneList)
up |
The UniProt.ws Object |
proteinList |
List of Proteins as formatted in UPKB |
geneList |
List of Genes as formatted in KEGG Genes |
Dataframe of the Proteins-Genes relation
Mohammad Al Maaz
up = UniProt.ws()
proteinList = c("P02747","P00734","P07204","A0A0S2Z4R0","O15169")
geneList=c("hsa:122706","hsa:4221","hsa:8312")
UPKB2KEGG = getUPKBtoKEGG(up,geneList,proteinList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.