MAPKsig: A graph encoding parts of the MAPK signaling pathway

Description Usage Format Source Examples

Description

A graph encoding parts of the MAPK signaling pathway

Usage

1

Format

The format is: Formal class 'graphNEL' [package "graph"] with edgemode "directed".

Source

The KEGG pancreatic cancer pathway was visually inspected on 17 Sept 2007, and the subgraph associated with 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.

Examples

1
2
3
4
5
6
data(MAPKsig)
if (require(Rgraphviz)) {
   nat = rep(FALSE, length(nodes(MAPKsig)))
   names(nat) = nodes(MAPKsig)
   plot(MAPKsig, nodeAttrs=list(fixedsize=nat))
   }

pshannon-bioc/graph documentation built on May 26, 2019, 10:32 a.m.