https://github.com/TakehideSoh/SAF
Tip revision: d26cc9f94a4f79c046ee0cdd3a127a44f7b443b6 authored by TakehideSoh on 23 June 2023, 07:02:26 UTC
Merge pull request #2 from TakehideSoh/dev
Merge pull request #2 from TakehideSoh/dev
Tip revision: d26cc9f
arellano_rootstem.bnet
targets, factors
# taken from
# Arellano, Gustavo, et al. "Antelope: a hybrid-logic model checker for branching-time Boolean GRN analysis." BMC bioinformatics 12.1 (2011): 1.
# note that AUXINS is defined as an input in the paper (AUXINS:=AUXINS) but as an underdetermined component in the model file (AUXINS:=true, AUXINS). PyBoolNet can in general not handle indeterminations but in this case the indeterminations results in a constant at 1.
AUXINS, 1
SHR, SHR
ARF, !IAA
IAA, !AUXINS
JKD, SHR&SCR
MGP, !WOX&SHR&SCR
SCR, SHR&SCR&!MGP | SHR&SCR&JKD
WOX, WOX&SHR&SCR&ARF | SHR&SCR&!MGP&ARF
PLT, ARF
