getUPKBRelatedDiseases | R Documentation |
Get proteins that has a reference to OMIM from a mully graph and a biopax
getUPKBRelatedDiseases(g, biopax)
g |
A Mully graph |
biopax |
A biopax file |
Dataframe of Proteins-OMIM relation
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")
pathwayID=listPathways(biopax)$id[1]
g=Multipath::pathway2Mully(biopax,pathwayID) #This is a mully graph that contains a protein layer
getUPKBRelatedDiseases(g,biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.