Skip to content

Latest commit

 

History

History

Analysis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Kappa Paper Analysis

This folder contains Python notebooks and Fiji script to reproduce generated and computed data of the paper.

Usage

To reproduce the analysis, you'll need a Python distribution. We suggest you to use Anaconda.

Setup your environment:

conda env create -n kappa_env
conda activate kappa_env
conda env update -f ../environment.yml