# Changes in blood cell deformability in Chorea-Acanthocytosis and effects of treatment with dasatinib or lithium

This repository contains data files and analysis tools to recreate the plots for Reichel et al. 2021. "Changes in blood cell deformability in Chorea-Acanthocytosis and effects of treatment with dasatinib or lithium", https://www.biorxiv.org/content/10.1101/2021.12.16.472921

The folder `figure_plots` contains Jupyter notebooks that were used to create the figures.

The `requirements.txt` contains all dependencies for the notebooks to work. Please create an virtual environment, e.g. with Anaconda's `conda create` command and run the following line:

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