README.md 2.67 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 10 11 12 13
| NAME                                          | DESCRIPTION                                                                                                           |
|-----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|
| [DGE.ipynb]()                                | Jupyter Notebook used for analyzing the Differential Gene Expression (DGE) data                                       |
| [disease module and proximity.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]()                        | 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]()     | 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 34 35 36 37 38 39 40 41 42 43 44

## 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:

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).
3. Part of disease module. 

Data regarding the DGE and the co-expression modules were obtained, respectively, from the supplementary material of ... and ...

## Criteria for identifying drug repurposing candidates: 

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.