View source: R/print.AttractorInfo.R
print.AttractorInfo | R Documentation |
Specialized print method to print the attractor cycles stored in an AttractorInfo
object. For simple or steady-state attractors, the states of the attractors are printed in binary encoding in the order they are reached. For asynchronous complex/loose attractors, the possible transitions of the states in the attractor are printed. The method can print either the full states, or only the active genes of the states.
## S3 method for class 'AttractorInfo'
print(x,
activeOnly = FALSE,
...)
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 |
... |
Further parameters for the |
Invisibly returns the printed object
print
, getAttractors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.