diff --git a/tutorial/case-study-mapk.pdf b/tutorial/case-study-mapk.pdf new file mode 100644 index 00000000..5216f7d3 Binary files /dev/null and b/tutorial/case-study-mapk.pdf differ diff --git a/tutorial/tutorial.ipynb b/tutorial/tutorial.ipynb index 82e815aa..8586fbd0 100644 --- a/tutorial/tutorial.ipynb +++ b/tutorial/tutorial.ipynb @@ -19,7 +19,8 @@ } }, "source": [ - "This notebook illustrates the workflow of `BNClassifier`. We present the workflow on a case study using a PSBN model of the MAPK pathway, as described in Section 6.1 of the paper.\n", + "This notebook illustrates the workflow of `BNClassifier`. We present the workflow on a short \n", + " study using a PSBN model of the MAPK pathway. The details are described in `case-study-mapk.pdf` (in the `tutorial` folder).\n", "\n", "We give a step-by-step guide on how to replicate the results and observations. In the first part, we show how to run the classification and explore its inputs/outputs by executing the Python cells of this notebook. In the second part, we illustrate the GUI capabilities through animations, screenshots and comments. Please refer to the enclosed `Manual` for more information on the tool." ]