This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Please check http://www.gnu.org/licenses/.
The code included in the present notebook is based on this [script][https://git-r3lab.uni.lu/computational-modelling-and-simulation/generegulationanalysis/-/blob/master/5_SBMLSearch/SourceCode/grep_disease_map.R] developed by Yusuke Hiki
# Introduction
The present script takes the output of our Footprint-based analysis and matches
the results againts the content of [the Covid-19 Disease Maps][https://covid.pages.uni.lu/map_contents]
```{r, warning=FALSE, message=FALSE}
library(kableExtra)
```
# Results
## Reading Input files
We first read the content ofthe Covid-19 Disease Maps which can be found in this [file][https://gitlab.lcsb.uni.lu/covid/models/-/blob/master/Resources/Expand%20the%20diagrams/COVID19_Disease_Map_bipartite_crosslinked_additional_HGNCs.tsv]:
We then read the output of our Footprint-based analyisis, namely CARNIVAL's output network.
This file can be found [here][https://gitlab.lcsb.uni.lu/computational-modelling-and-simulation/footprint-based-analysis-and-causal-network-contextualisation-in-sars-cov-2-infected-a549-cell-line/-/tree/master/Carnival_Results].