MAPKsig {graph} | R Documentation |
A graph encoding parts of the KEGG pancreatic cancer model, surrounding the MAPK signaling pathway
data(MAPKsig)
The format is: Formal class 'graphNEL' [package "graph"] with edgemode "directed".
The KEGG pancreatic cancer pathway was visually inspected on 17 Sept 2007, and the subgraph associated with pancreatic cancer surrounding but not including MAPK signaling was isolated. The HUGO names for each symbol in the KEGG visualization were obtained and checked for existance on hgu95av2. Some abbreviated terms for processes are also included as nodes.
This object will be renamed to AMAPKsig to avoid confusion with the actual MAPKsig pathway, which is considerably more complex.
data(MAPKsig) if (require(Rgraphviz)) { nat = rep(FALSE, length(nodes(MAPKsig))) names(nat) = nodes(MAPKsig) plot(MAPKsig, nodeAttrs=list(fixedsize=nat)) }