View source: R/getAttractorSequence.R
getAttractorSequence | R Documentation |
Obtains the sequence of states belonging to a single synchronous attractor from the encoded data in an AttractorInfo
structure or in a SymbolicSimulation
structure.
getAttractorSequence(attractorInfo, attractorNo)
attractorInfo |
An object of class |
attractorNo |
The index of the attractor in |
Returns a data frame with the genes in the columns. The rows are the successive states of the attractor. The successor state of the last state (i.e. the last row) is the first state (i.e. the first row).
getAttractors
, simulateSymbolicModel
, getPathToAttractor
, plotSequence
, sequenceToLaTeX
## Not run:
# load example data
data(cellcycle)
# get attractors
attractors <- getAttractors(cellcycle)
# print basin of 7-state attractor
print(getAttractorSequence(attractors, 2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.