https://github.com/TakehideSoh/SAF
Tip revision: e66d2177e28e3d67e22eb746ad49bc8884f5b055 authored by TakehideSoh on 22 June 2023, 06:04:05 UTC
Merge pull request #1 from TakehideSoh/dev
Merge pull request #1 from TakehideSoh/dev
Tip revision: e66d217
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
