Learn R Programming

BoolNet (version 2.1.9)

print.TransitionTable: Print a transition table

Description

Specialized print method to print a transition table with the initial state in the first column, the successor state in the second column, the basin of attraction to which the state leads in the third column, and the number of transitions to the attractor in the fourth column.

Usage

# S3 method for TransitionTable
print(x,
      activeOnly = FALSE, 
      ...)

# S3 method for BooleanStateInfo print(x, activeOnly=FALSE, ...)

Value

Invisibly returns the printed object

Arguments

x

An object of class TransitionTable or BooleanStateInfo to be printed

activeOnly

If set to true, a state is represented by a list of active genes (i.e., genes which are set to 1). If set to false, a state is represented by a binary vector with one entry for each gene, specifying whether the gene is active or not. Defaults to FALSE.

...

Further parameters for the print method. Currently not used.

See Also

print, getTransitionTable, getBasinOfAttraction, getStateSummary