Supporting data for "Synthesis and Simulation of Ensembles of Boolean Networks for Cell Fate Decision" by Chevalier et al., 2020
收藏资源简介:
Code, data, and notebooks used for the synthesis and simulations of ensembles of Boolean networks for the tumor invasion model introduced in (Cohen et al, 2015) Visualize online: Simulations - Mutant analysis.ipynb Tumour - Synthesis with BoNesis.ipynb The notebooks can be executed within the CoLoMoTo Docker image 2020-07-01: <pre><code>pip install -U colomoto-docker colomoto-docker -V 2020-07-01 --bind . </code></pre> The synthesis additionally requires executing the following command (within the Docker image): <pre><code>pip install --user bonesis-preview-20200514.zip </code></pre> The ensembles have been generated with the following commands. <pre><code>python synthesis.py synthesis --exact-pkn --globalfps python synthesis.py synthesis --exact-pkn --globalfps --mutant p53 --mutant NICD </code></pre>



