Description Usage Arguments Value Examples
View source: R/analysis_functions.R
This function uses igraph to plot the transition matrix as a network
1 | transitionNetworkPlot(monsterObj, numEdges = 100, numTopTFs = 10)
|
monsterObj |
monsterAnalysis Object |
numEdges |
The number of edges to display |
numTopTFs |
The number of TFs to display, ranked by largest dTFI |
igraph object for transition matrix
1 2 3 4 5 | # data(yeast)
# design <- c(rep(0,20),rep(NA,10),rep(1,20))
# monsterRes <- monster(yeast$exp.cc, design, yeast$motif, nullPerms=100, numMaxCores=4)#'
data(monsterRes)
transitionNetworkPlot(monsterRes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.