transitionNetworkPlot: This function uses igraph to plot the transition matrix as a...

Description Usage Arguments Value Examples

View source: R/analysis_functions.R

Description

This function uses igraph to plot the transition matrix as a network

Usage

1
transitionNetworkPlot(monsterObj, numEdges = 100, numTopTFs = 10)

Arguments

monsterObj

monsterAnalysis Object

numEdges

The number of edges to display

numTopTFs

The number of TFs to display, ranked by largest dTFI

Value

igraph object for transition matrix

Examples

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)

QuackenbushLab/MONSTER documentation built on Oct. 22, 2020, 8:07 a.m.