Skip to content

Commit

Permalink
Updated Slides.
Browse files Browse the repository at this point in the history
  • Loading branch information
laderast committed Oct 31, 2016
1 parent e6b542c commit e4edd88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions igraphNetworks.Rmd
Expand Up @@ -295,6 +295,14 @@ plot(bgGraph)
hist(degree(bgGraph))
```

##A Background Distribution For Surrogate Mutations

How could we permute the nodes in a network while preserving overall structure?

##Dynamic Networks

If we preserve network layout, we can make simple movies that show how expression changes over time in reaction to a stimulus.

##Converting igraph Objects to Other Representations

The graph package (not the igraph package!) contains the graphNEL and graphAM representations. I don't really go into using them here, but just know that you can convert back and forth from these different representations using different commands.
Expand Down

0 comments on commit e4edd88

Please sign in to comment.