addDiseaseLayer | R Documentation |
Add OMIM Layer with its respective Nodes
addDiseaseLayer(g, biopax, addGenesLayer = FALSE)
g |
A Mully graph |
biopax |
A Biopax object |
g A Mully graph including OMIM nodes and possible edges
should be preceded by calling romim::set_key('KEY'). The KEY could be requested via omim's official website.
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)
g=addDiseaseLayer(g,biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.