Description Usage Format Source Examples
A graph encoding parts of the pancreatic cancer initiation pathway
1 |
The format is: Formal class 'graphNEL' [package "graph"] with edgemode "directed".
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.
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))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.