print.SymbolicSimulation {BoolNet} | R Documentation |
Print simulation results
Description
Specialized print method to print the information stored in an AttractorInfo
object. By default, the states of the identified attractors are printed in a binary encoding. Furthermore, the state transition graph and the sequences from the start states to the attractors can be printed. The method can print either the full states, or only the active genes of the states.
Usage
## S3 method for class 'SymbolicSimulation'
print(x,
activeOnly = FALSE,
sequences = FALSE,
graph = FALSE,
attractors = TRUE,
...)
Arguments
x |
An object of class |
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 |
sequences |
If set to true and if |
graph |
If set to true if |
attractors |
If set to true if |
... |
Further parameters for the |
Value
Invisibly returns the printed object