addGenesLayer: Add KEGG Gene Layer with its respective Nodes

View source: R/KEGG.R

addGenesLayerR Documentation

Add KEGG Gene Layer with its respective Nodes

Description

Add KEGG Gene Layer with its respective Nodes

Usage

addGenesLayer(g, biopax)

Arguments

g

An existing Mully graph

biopax

A biopax file

Value

A Mully graph with the all layers,nodes and edges

Author(s)

Mohammad Al Maaz

Examples

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)

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