Author: Aaron Brooks / @scalefreegan
						You can follow along on   
						
						http://scalefreegan.github.io/Teaching/DataIntegration
					
There are many things one could do with these networks
Some functions available in linkcomm package
plot(network, type = "summary")
 cr = getClusterRelatedness(network, hcmethod = "ward")
 cutDendrogramAt(cr, cutat = 1.2)
plot(network, type = "members")
plot(network, type = "graph", layout = layout.fruchterman.reingold)
plot(lc, type = "graph", layout = "spencer.circle")
plot(network, type = "graph", shownodesin = 2, node.pies = TRUE)
Clustering is a way to decipher network structure
Hairball ⇨ Comprehension
Brooks and Reiss et al (2014). A system‐level model for the microbial regulatory genome
Brooks and Reiss et al (2014). A system‐level model for the microbial regulatory genome
Brooks and Reiss et al (2014). A system‐level model for the microbial regulatory genome
Selected from their relationship to 120 genes involved in mitosis, DNA mismatch repair, and BMP signaling
For more info: Practical 1
For more info: Practical 2