Learn R Programming

pathRender (version 1.38.0)

graphcMAP: obtain a graph object corresponding to a cMAP pathway

Description

obtain a graph object corresponding to a cMAP pathway

Usage

graphcMAP(pname)

Arguments

pname
character token identifying a KEGG or cMAP pathway

Value

Details

reuses code from pathRender but emits a graphNEL-class instance with some additional information for rendering

Examples

Run this code
G1 = graphcMAP("p53pathway")
G1
nodes(G1)
if (require(Rgraphviz)) plot(G1)

Run the code above in your browser using DataLab