View source: R/print.SymbolicSimulation.R
print.SymbolicSimulation | R Documentation |
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.
## S3 method for class 'SymbolicSimulation'
print(x,
activeOnly = FALSE,
sequences = FALSE,
graph = FALSE,
attractors = TRUE,
...)
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 |
Invisibly returns the printed object
simulateSymbolicModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.