Skip to content
Snippets Groups Projects
README.md 710 B
Newer Older
  • Learn to ignore specific revisions
  • Felix Reichel's avatar
    Felix Reichel committed
    # Changes in blood cell deformability in Chorea-Acanthocytosis and effects of treatment with dasatinib or lithium
    
    
    Felix Reichel's avatar
    Felix Reichel committed
    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
    ```