Source code to systematically compare gene co-expression networks inferred from 15 healthy tissue and 15 cancer tissue bulk RNA-seq datasets to expert-curated gene regulatory, gene co-regulation and protein-protein interaction networks.
Install conda environment as follows (there also exists a requirements.txt)
conda env create -f environment.ymlNote: Additionally, modules itertools and Decimal were used, however no installation is required as they are provided with Python by default.
To reproduce the results:
Open a terminal and issue the following command:
python3 gist.pyThis may take around 14 days.
Navigate to /plots/code/ and run figure_2.py. Plot saved as /plots/code/Figure 2.pdf.
Navigate to /plots/code/ and run figure_3.py. Plot saved as /plots/code/Figure 3.pdf.
Navigate to /plots/code/ and run figure_4.py. Plot saved as /plots/code/Figure 4.pdf.
Navigate to /plots/code/ and run figure_5.py. Plot saved as /plots/code/Figure 5.pdf.
Navigate to /plots/code/ and run supplementary_figure_1.py. Plot saved as /plots/code/Supplementary figure 1.pdf.
Navigate to /plots/code/ and run supplementary_figure_2.py. Plot saved as /plots/code/Supplementary figure 2.pdf.
Navigate to /plots/code/ and run supplementary_figure_3.py. Plot saved as /plots/code/Supplementary figure 3.pdf.
Navigate to /plots/code/ and run supplementary_figure_4.py. Plot saved as /plots/code/Supplementary figure 4.pdf.
Navigate to /plots/code/ and run supplementary_figure_5.py. Plot saved as /plots/code/Supplementary figure 5.pdf.
Navigate to /plots/code/ and run supplementary_figure_6.py. Plot saved as /plots/code/Supplementary figure 6.pdf.
Navigate to /plots/code/ and run supplementary_figure_7.py. Plot saved as /plots/code/Supplementary figure 7.pdf.
Navigate to /plots/code/ and run supplementary_figure_8.py. Plot saved as /plots/code/Supplementary figure 8.pdf.
Navigate to /plots/code/ and run supplementary_figure_9.py. Plot saved as /plots/code/Supplementary figure 9.pdf.
Navigate to /plots/code/ and run supplementary_figure_10.py. Plot saved as /plots/code/Supplementary figure 10.pdf.
Navigate to /plots/code/ and run supplementary_figure_11.py. Plot saved as /plots/code/Supplementary figure 11.pdf.
Please cite the paper as follows:
- Will be updated once available.