Skip to content

Commit a498e2c

Browse files
Add data and notebooks
Co-authored-by: Laura Helleckes <[email protected]>
1 parent 7984230 commit a498e2c

25 files changed

+16897
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
This repository contains the raw data and analysis that are the supporting information to the [`calibr8`](https://github.com/jubiotech/calibr8) paper.
2+
3+
# Contents
4+
The material is organized by the chapter of first appearance in the manuscript.
5+
The `raw_data` directory contains unprocessed result files.
6+
7+
# Installation
8+
A Python environment for running the notebooks can be created with the following command:
9+
10+
```
11+
conda env create -f environment.yml
12+
```
13+
14+
The new environment is named `murefi_env` and can be activated with `conda activate murefi_env`.
15+
16+
After that a Jupyter notebook server can be launched with `jupyter notebook`.
17+
18+
Note: The only notebook not executable is `00_Preprocessing.ipynb`.
19+
This notebook relies on unpublished software.
20+
However, all processed data is included as XLSX or HDF5 files in the `processed` directory and the data analysis can be re-run accordingly.
21+
22+
# References
23+
* [Preprint on bioRxiv](https://doi.org/10.1101/2021.06.30.450546)
24+
* [`calibr8` source code](https://github.com/JuBiotech/calibr8)
25+
* [`calibr8` documentation](https://calibr8.readthedocs.io)
26+
* [`murefi` source code](https://github.com/JuBiotech/murefi)
27+
* [`murefi` documentation](https://murefi.readthedocs.io)

data_and_analysis/2.4 3DPlot.ipynb

Lines changed: 2526 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)