addGenesLayer | R Documentation |
Add KEGG Gene Layer with its respective Nodes
addGenesLayer(g, biopax)
g |
An existing Mully graph |
biopax |
A biopax file |
A Mully graph with the all layers,nodes and edges
Mohammad Al Maaz
biopax=readBiopax("wnt.owl") #This is a mully graph that contains a protein layer
pathwayID=listPathways(biopax)$id[1]
g=Multipath::pathway2Mully(biopax,pathwayID)
g=addGenesLayer(g,biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.