An open API service indexing awesome lists of open source software.

https://github.com/x-tabdeveloping/methods3-assignment2

Meta-analysis of affects of schizophrenia
https://github.com/x-tabdeveloping/methods3-assignment2

Last synced: about 1 year ago
JSON representation

Meta-analysis of affects of schizophrenia

Awesome Lists containing this project

README

          

# Assignment 2

_Márton Kardos_

## Setup

Install dependencies from `requirements.txt`

```bash
pip install -r requirements.txt
```

## Run analyses

The two scripts `analysis.py` and `simulations.py` are responsible for actually producing the results and the plots, you can either use them in VSCode interactive mode, as the code is divided up into cells, or you can run the scripts directly in the command line.

```bash
python3 simulations.py && python3 analysis.py
```