obtain a graph object corresponding to a cMAP pathway
获得一个图形对象对应一个CMAP途径
译者:生物统计家园网 机器人LoveR
描述----------Description----------
obtain a graph object corresponding to a cMAP pathway
获得一个图形对象对应一个CMAP途径
用法----------Usage----------
graphcMAP(pname)
参数----------Arguments----------
参数:pname
character token identifying a KEGG or cMAP pathway
字符令牌识别KEGG或CMAP途径
Details
详情----------Details----------
reuses code from pathRender but emits a graphNEL-class instance with some additional information for rendering
重用从pathRender规范,但发出graphNEL-class例如一些额外的渲染信息
值----------Value----------
an instance of pwayGraph, which extends graphNEL
一个的pwayGraph,扩展graphNEL实例
作者(S)----------Author(s)----------
Vince Carey <stvjc@channing.harvard.edu>
举例----------Examples----------
G1 = graphcMAP("p53pathway")
G1
nodes(G1)
if (require(Rgraphviz)) plot(G1)