getKeggUpkbRelations | R Documentation |
Gets the genes and proteins that are referenced to each other
getKeggUpkbRelations(g, biopax)
g |
A Mully graph object |
biopax |
A biopax object |
Dataframe of related proteins and genes
Mohammad Al Maaz
up = UniProt.ws()
biopax=readBiopax("wnt.owl")
pathwayID=listPathways(biopax)$id[1]
g=Multipath::pathway2Mully(biopax,pathwayID) #This is a mully graph that contains a protein layer
g=addGenesLayer(g,biopax)
UPKB2KEGG = getUPKBtoKEGG(g, biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.