This repository houses all sequences, data, models, and scripts required to reproduce the findings presented in the journal article titled "Investigating and Modeling the Factors that Affect the Performance of Genetic Circuits" (link coming soon).
This directory encompasses the fluorescence data utilized by the parameterization algorithms.
This directory stores the plasmid maps referenced in the paper. These maps are in .dna
format, generated using tools XXX and YYY.
A directory containing all the scripts employed to analyze the dataset and produce the graphs showcased in the paper. These scripts utilize the experimental data located in the experimental_results
folder.
This file contains the list of Python packages required to run the scripts in this repository. To install these packages, run the following command in the terminal:
pip install -r requirements.txt