README.md 3.44 KB
Newer Older
Maria Marin's avatar
Maria Marin committed
1 2 3 4 5 6 7
# Schizophrenia

Python scripts and Jupyter Notebooks used to apply Network Medicine concepts
in order to characterize the disease module of schizophrenia and determine the proximity between the neurological condition and drugs.

## Repository content

Maria Marin's avatar
Maria Marin committed
8 9
| NAME                                          | DESCRIPTION                                                                                                           |
|-----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
Maria Marin's avatar
Maria Marin committed
10 11 12 13
| [DGE.ipynb](https://medal.ctb.upm.es/internal/gitlab/disnet/network-medicine/network-medicine-for-schizophrenia/blob/master/analysis/schizophrenia/DGE.ipynb)                                | Jupyter Notebook used for analyzing the Differential Gene Expression (DGE) data                                       |
| [disease module and proximity.ipynb](https://medal.ctb.upm.es/internal/gitlab/disnet/network-medicine/network-medicine-for-schizophrenia/blob/master/analysis/schizophrenia/disease%20module%20and%20proximity.ipynb)       | Jupyter Notebook used to characterize the disease module of schizophrenia and determine the closest distance and proximity between the neurological condition and drugs |
| [repurposing.ipynb](https://medal.ctb.upm.es/internal/gitlab/disnet/network-medicine/network-medicine-for-schizophrenia/blob/master/analysis/schizophrenia/repurposing.ipynb)                        | Jupyter Notebook used to identify drug repurposing candidates for schizophrenia based on the results obtained in the differential gene expression, distance, and proximity analyses |
| [functions_network_medicine_schizo.py](https://medal.ctb.upm.es/internal/gitlab/disnet/network-medicine/network-medicine-for-schizophrenia/blob/master/analysis/schizophrenia/functions_network_medicine_schizo.py)     | Python script with the functions implemented in the Jupyter Notebooks                                                |
Maria Marin's avatar
Maria Marin committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33

## Methodology of the analysis

### Characterization of the disease module

1. Generation of the **interactome**.
2. Definition of **pathological proteins**.
3. Development of the **subgraph** of the disease.
4. Identification of the **module** of the disease.
5. **Statistical validation** of the disease modules.

### Determination of disease-drug proximity

1. **Distance** between disease modules and drugs: closest distance *\(d<sub>c</sub>\)*.
2. **Proximity** between disease modules and drugs: distance z-score.

### Differential Gene Expression analysis

Identification of genes that may be potential therapeutic targets depending on whether they meet the following criteria:

Maria Marin's avatar
Maria Marin committed
34 35
1. **Differentially expressed** in patients with schizophrenia
2. Significantly **correlated** with the genes belonging to its **co-expression module** in different psyhiatric and neurological diseases (PNDs).
Maria Marin's avatar
Maria Marin committed
36 37
3. Part of disease module. 

Maria Marin's avatar
Maria Marin committed
38
Data regarding the DGE and the co-expression modules were obtained, respectively, from the supplementary material of [Gandal et al. (2018)](https://www.science.org/doi/10.1126/science.aad6469) and [Lüscher et al. (2020)](https://www.nature.com/articles/s41398-020-0827-5)
Maria Marin's avatar
Maria Marin committed
39

Maria Marin's avatar
Maria Marin committed
40
### Identification of drug repurposing candidates 
Maria Marin's avatar
Maria Marin committed
41 42 43 44

1. Distance to schizophrenia module between Q1 and median of distance values across treatment drugs.
2. Proximal to disease module (z-score of distance less than or equal to -0.15).
3. Targetting potential therapeutic targets identificated previously.