verifySyncronousVsAsyncronous: Compare atractors with synchronous and asynchronous updating.

Description Usage Arguments Value See Also Examples

View source: R/BNP_PerDynamic.R

Description

Takes a set of BoolNet attractor or states and verifies if they can be recovered with asynchronous updating. See getAttractors with options type='async' and method="chosen".

Usage

1

Arguments

net

BoolNet network to perturb

attr

BoolNet AttractorInfo object

label.rules

dataframe with labels (1st col) and rules (2nd col), if more than one rule is true all labels are appendedl the node names present in the rules must be in node.names

...

Further parameters to getAttractors.

Value

dataframe comparing synchronous and asynchronous updating

See Also

getAttractors

Examples

1
2
3
data(cellcycle)
attr <- getAttractors(cellcycle)
verifyAttractorSyncronousVsAsyncronous(cellcycle, attr)

mar-esther23/boolnet-perturb documentation built on April 21, 2020, 9:11 a.m.