- markovSimulation
An object of class MarkovSimulation
, as returned by markovSimulation
. As the transition table information in this structure is required, markovSimulation
must be called with returnTable
set to TRUE.
- stateSubset
An optional list of states, where each element of the list must be a vector with a 0/1 entry for each gene. If this argument is supplied, the graph only contains the specified states and transitions between these states.
- drawProbabilities
If set to true, the edges of the graph are annotated with the probabilities of the corresponding transitions. Default is TRUE.
- drawStateLabels
If set to true, the vertices of the graph are annotated with the gene values of the corresponding states. Defaults to TRUE.
- layout
A layouting function that determines the placement of the nodes in the graph. Please refer to the layout
manual entry in the igraph package for further details. By default, the Fruchterman-Reingold algorithm is used.
- plotIt
If this is true, a plot is generated. Otherwise, only an object of class igraph
is returned, but no plot is drawn.
- ...
Further graphical parameters to be passed to plot.igraph
.