getKeggOmimRelation: Gets the genes and diseases that are referenced to each...

View source: R/Intraedges.R

getKeggOmimRelationR Documentation

Gets the genes and diseases that are referenced to each other. Genes are extracted from the graph

Description

Gets the genes and diseases that are referenced to each other. Genes are extracted from the graph

Usage

getKeggOmimRelation(g, biopax)

Arguments

g

A Mully Graph Object

biopax

A Biopax Object

Value

A Dataframe with kegggenes ids and omim ids

Note

must be preceded by addGenesLayer(g,biopax) function

Author(s)

Mohammad Al Maaz

Examples

biopax=readBiopax("wnt.owl")
pathwayID=listPathways(biopax)$id[1]
g=Multipath::pathway2Mully(biopax,pathwayID)
g=addGenesLayer(g,biopax)
dataframe = getKeggOmimRelation(g,biopax)

frankkramer-lab/Multipath documentation built on April 30, 2023, 6:08 p.m.