From 3cdbc13705fca505de5ffce2a272d51cd256c3a8 Mon Sep 17 00:00:00 2001 From: Yojana Gadiya <45199062+YojanaGadiya@users.noreply.github.com> Date: Mon, 13 Sep 2021 07:57:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 958097e..ca98423 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Source code and data presented in "Causal reasoning over knowledge graphs levera ## Structure - `data`: contains the four transcriptomic datasets used in the paper as well as the two KGs. Furthermore, it contains the drug-disease pairs studied in clinical trials which are used as positive pairs for the validation of the RPath algorithm. -- `src`: contains the code to run the algorithm and its validation as well as to preprocess the datasets. It is divided between `data_preprocess` and `notebooks`. Notebooks contains the core of the analysis and validation. +- `notebooks`: contains the code to run the algorithm and its validation as well as its analysis.