Skip to content

goehringlab/2024-Rodrigues-PLOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rodrigues et al., 2024

CC BY 4.0 Binder

Analysis code for Rodrigues et al., 2024, with example datasets.

Contains the following notebooks outlining some of the analysis methods in the paper:

  • LOWESS Code for performing LOWESS scatterplot smoothing on dosage vs phenotype data (Figures 3 and 7)
  • Variance Code for performing local variance estimation on dosage vs phenotype data (Figure 3)
  • Membrane quantification Code for extracting membrane concentrations from midplane confocal images of embryos (Figures 4 and 5)

Instructions

To run the notebooks interactively you have two options:

Option 1: Local

If you're using conda, just download the code, navigate to the code folder in your terminal, and run the following:

conda env create -f environment.yml
conda activate robustness-paper
jupyter notebook scripts/INDEX.ipynb

Alternatively, you could create a virtual environment (with Python 3.11.6) and install the requirements using pip (pip install -r requirements.txt).

Option 2: Cloud

To run in the cloud using Binder, click here: Binder

(Please note that it may take several minutes to open the notebook, and it will often fail to launch due to issues with the Binder server)

Citation

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

Releases

No releases published

Packages

No packages published