pancrCaIni: A graph encoding parts of the pancreatic cancer initiation...

Description Usage Format Source Examples

Description

A graph encoding parts of the pancreatic cancer initiation 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 a subgraph 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(pancrCaIni)
if (require(Rgraphviz)) {
   nat = rep(FALSE, length(nodes(pancrCaIni)))
   names(nat) = nodes(pancrCaIni)
   plot(pancrCaIni, nodeAttrs=list(fixedsize=nat))
   }

graph documentation built on Nov. 8, 2020, 6:02 p.m.