Genome scale network model

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
library("igraph")
library("igraph")
library("BiGGR")
library("BiGGR")
-
graph.adjacency
+
graph.adjacency #! igraph function
</pre>
</pre>

Revision as of 09:21, 21 July 2011

E-book: Methods in bioengineering : systems analysis of biological networks
Graph Visualization
source("http://bioconductor.org/biocLite.R")
biocLite("rsbml")
install.packages("igraph")
###
### visualization of stoichiometric matrix
###
library("rsbml")
library("Rgraphviz")
library("igraph")
library("BiGGR")
graph.adjacency  #! igraph function
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox