getKeggOmimRelation | R Documentation |
Gets the genes and diseases that are referenced to each other. Genes are extracted from the graph
getKeggOmimRelation(g, biopax)
g |
A Mully Graph Object |
biopax |
A Biopax Object |
A Dataframe with kegggenes ids and omim ids
must be preceded by addGenesLayer(g,biopax) function
Mohammad Al Maaz
biopax=readBiopax("wnt.owl")
pathwayID=listPathways(biopax)$id[1]
g=Multipath::pathway2Mully(biopax,pathwayID)
g=addGenesLayer(g,biopax)
dataframe = getKeggOmimRelation(g,biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.