Saved in:
| Main Authors: | , |
|---|---|
| Format: | Recurso digital |
| Language: | English |
| Published: |
Zenodo
2026
|
| Subjects: | |
| Online Access: | https://doi.org/10.5281/zenodo.18989640 |
| Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- <div> <h2>Instructions</h2> <p><span>This dataset contains source data and scripts used to generate figure panels and tables describing analysis of lysine and arginine vacuolar transport in budding yeast using dynamic labeling assays.</span></p> <p><strong>important note</strong> In order to precisely recreate the results, we recommend installing the scripts on a computer running Mac OS and python 3.13, which is what we used for the analysis.</p> Download the Jupyter notebook (detailed_model.ipynb), R script (manuscript_plots.R) and the Data folder (data.zip). <p>Extract the Zip file in the same location as the Jupyter notebook and the R script.</p> <p> </p> <p><strong>First</strong>, run the jupyter notebook (one can conveniently use VS code). </p> <p>Beforehand, ensure that the required modules were installed:</p> <div> <div><span>from</span><span> path </span><span>import</span><span> Path</span></div> <div><span>import</span><span> numpy </span><span>as</span><span> np </span><span># common mathematical functions</span></div> <div><span>import</span><span> pandas </span><span>as</span><span> pd </span><span># enables working with dataframes</span></div> <div><span>import</span><span> matplotlib.pyplot </span><span>as</span><span> plt </span><span># a standard plotting package for python</span></div> <div><span>import</span><span> seaborn </span><span>as</span><span> sns </span><span># extra tools for plotting (such as violin plots)</span></div> <div><span>from</span><span> tqdm </span><span>import</span><span> tqdm</span></div> <div><span>import</span><span> itertools</span></div> <div><span>import</span><span> os</span></div> <div><span>from</span><span> symbolic_compartmental_model </span><span>import</span><span> SymbolicCompartmentalModel </span><span>#package to parametrize compartmental models</span></div> </div> <p> </p> <p><strong>Next</strong> run the R script (use R studio).</p> <p> </p> <p>Also, ensure that the required packages were installed:</p> <p>library(stringr)<br>library(reshape2)<br>library(data.table)<br>library(plyr)<br>library(dplyr)<br>library(gplots)<br>library(gridExtra)<br>library(RColorBrewer)<br>library(ggplot2)<br>library(openxlsx)<br>library(tidyr)<br>library(shuffle)<br>library(stringr)</p> <p> </p> <p>Pre-computed outputs of the scripts can be found in the results folder (results.zip).</p> </div>