Individual Final Project
Here are my preliminar three individual final project ideas!

An interactive 3D bio-art sculpture where human touch meets living bioluminiscence bloom.

A river-sensing automated robot system that helps both advance research and act as a tourist spot for the community to reunite and spend time together.

Chlorella vulgaris in silico optimization and automation for the optimal accumulation of polyhydroxybutyrate (PHB).
After some thought and consideration, I decided to go with my third idea for my final individual project, here you can find a more detailed view of it:

Modeling and Automating Polyhydroxybutyrate Bioplastic Production in Microalgae: An In Silico and Automated Approach
Author: Fabrizio Flores Huamán Course: How to Grow (Almost) Anything (HTGAA) 2026 Username: 2026a-fabrizio-flores-huaman Date: May 2026
SECTION 1: ABSTRACT
The global accumulation of petroleum-derived plastics has caused severe and often irreversible ecological damage to marine ecosystems, including the biodiverse coastal waters of Peru. Polyhydroxybutyrate (PHB), a fully biodegradable and biocompatible bacterial polyester, represents a scientifically compelling alternative to fossil fuel-derived plastics, yet its industrial scaling remains hindered by low production yields and the high cost of manually optimizing metabolic conditions. Microalgae such as Chlorella vulgaris are promising biological chassis for PHB production because they fix carbon dioxide and accumulate carbon-rich polymers under nutrient stress, but the optimization of these conditions continues to rely on slow, one-variable-at-a-time experimentation that is incompatible with industrial timelines.
This project addresses that gap by developing a high-throughput, in silico pipeline that integrates computational metabolic modeling with automated robotic liquid handling protocols. Using Flux Balance Analysis (FBA) implemented through the COBRApy Python library on the iJO1366 genome-scale metabolic model of Escherichia coli, this work identifies optimal combinations of nitrogen limitation, phosphorus limitation, and carbon source variation that maximize carbon flux toward PHB biosynthetic precursors, particularly acetyl-coenzyme A (acetyl-CoA). The E. coli iJO1366 model is used for Aim 1 because E. coli BL21 (DE3) is the practical validation chassis; the iCZ843 genome-scale model of C. vulgaris is designated for Aim 2, where it informs the algal construct design and transformation conditions. The computationally predicted conditions are then translated into modular Opentrons OT-2 Python protocols, creating a reproducible and stoppable screening pipeline.
In parallel, a synthetic PHB biosynthetic operon encoding phaA (beta-ketothiolase), phaB (acetoacetyl-CoA reductase), and phaC (polyhydroxyalkanoate synthase) is designed for expression in Escherichia coli BL21 (DE3) as a practical validation chassis, with the construct to be synthesized by Twist Bioscience and deployed at Ginkgo Bioworks. The long-term vision of this project is to empower Peruvian coastal communities to participate in decentralized, community-scale biomanufacturing of sustainable materials through AI-guided, closed-loop photobioreactor systems that connect local biodiversity with the global circular bioeconomy.
SECTION 2: PROJECT AIMS
Aim 1: Experimental Aim
The first aim of this project is to identify the optimal metabolic conditions for Polyhydroxybutyrate (PHB) accumulation in Escherichia coli BL21 (DE3) by utilizing COBRApy for Flux Balance Analysis (FBA) on the iJO1366 genome-scale metabolic model of E. coli, and to translate the predicted nutrient stress conditions into automated Python-based protocols for the Opentrons OT-2, including the design and ordering of a synthetic PHB biosynthetic operon from Twist Bioscience for validation at Ginkgo Bioworks. The iJO1366 model is the correct tool for Aim 1 because E. coli BL21 (DE3) is the experimental chassis; the iCZ843 genome-scale model of Chlorella vulgaris is reserved for Aim 2, where it informs the design of the algal construct and transformation conditions.
Resources and methods for Aim 1:
- COBRApy (Python library) with the iJO1366 E. coli genome-scale metabolic model (JSON format, fully compatible with modern COBRApy and Python 3.12)
- iCZ843 C. vulgaris genome-scale model referenced for Aim 2 design (requires MATLAB or a legacy Python environment due to SBML format constraints)
- Combinatorial FBA simulation across nitrogen, phosphorus, and carbon source gradients (glucose, acetate, glycerol)
- Opentrons OT-2 Python API (v2.15) for automated media preparation and Nile Red fluorescence screening
- Twist Bioscience whole plasmid synthesis of the phaA-phaB-phaC-sfGFP construct (shipped to Ginkgo Bioworks)
- PHERAstar FSX and Spark Plate Reader for Nile Red and sfGFP fluorescence detection
- 96-well Eppendorf deep-well plates for media preparation; 384-well Greiner black clear-bottom plates for assay readout
Aim 2: Development Aim
The next step following the computational and E. coli validation would be to design a Chlorella vulgaris-specific genetic construct, codon-optimized for algal nuclear expression and placed under the control of the NIT1 nitrate-inducible promoter, and to produce a complete electroporation-based transformation and Nile Red screening protocol ready for execution at a partner facility such as Ginkgo Bioworks or a collaborating university laboratory. This aim also includes running FBA on the iCZ843 genome-scale metabolic model of C. vulgaris to identify algal-specific nutrient stress conditions, a step that requires MATLAB or a legacy Python 2 environment due to the 2016-era SBML format of the published model and is therefore scoped as a future computational deliverable beyond the course timeline. While the physical execution of stable algal transformation requires specialized containment equipment and multi-week clonal selection timelines that exceed the scope of this course, the complete construct design, codon optimization rationale, and step-by-step transformation protocol constitute meaningful scientific deliverables that advance the project toward a genuine in vivo test in C. vulgaris.
Aim 3: Visionary Aim
The long-term vision is to establish a framework for decentralized, community-scale bioplastic production by developing AI-guided, closed-loop modular photobioreactors that integrate real-time environmental sensing with the metabolic models developed in Aims 1 and 2. This system would allow Peruvian coastal communities to culture locally sourced microalgae strains under computationally optimized conditions, transforming the extraordinary regional biodiversity of coastal lagoons, river deltas, and Andean water sources into a renewable feedstock for sustainable, compostable materials. By combining open-source metabolic modeling, low-cost automation, and participatory science education and knowledge-sharing, this aim envisions a future where bioplastic manufacturing is not confined to industrial facilities but is instead embedded within the communities most affected by plastic pollution, giving people both the tools and the understanding to build a circular bioeconomy from the ground up.
“The long-term vision is to establish a decentralized framework for bioplastic production through AI-guided, closed-loop modular photobioreactors, enabling coastal communities to transform local microalgae biodiversity into sustainable, high-value compostable materials that replace petroleum-based plastics.”
Here’s my Final Idea Aims Slide:
And here are the slides I used in the final presentation day!
SECTION 3: BACKGROUND
Literature Context
Paper 1: Flux Balance Analysis and constraint-based metabolic modeling
Orth, Thiele, and Palsson (2010) provided a foundational overview of Flux Balance Analysis in their landmark Nature Biotechnology publication, establishing the mathematical and conceptual framework that underpins the computational core of this project. FBA models cellular metabolism as a system of linear equations in which stoichiometric constraints define the boundaries of possible metabolic states, and an objective function such as biomass production or metabolite yield is optimized using linear programming. The authors demonstrated that FBA can accurately predict growth rates, gene essentiality, and the effects of environmental perturbations across multiple organisms without requiring detailed kinetic parameters. Crucially for this project, nutrient limitation can be represented as a constraint on exchange reactions, making FBA directly applicable to modeling nitrogen and phosphorus stress in microalgae and to predicting how carbon flux is redirected under suboptimal growth conditions. This approach transforms the traditionally empirical process of media optimization into a computational design problem, dramatically reducing the number of physical experiments required before identifying high-yield conditions.
Paper 2: The phaABC operon and PHB biosynthesis
Peoples and Sinskey (1989) characterized the biochemical pathway for PHB biosynthesis in Cupriavidus necator (then known as Alcaligenes eutrophus) H16, identifying and sequencing the three-enzyme cascade encoded by phaA (beta-ketothiolase), phaB (acetoacetyl-CoA reductase), and phaC (polyhydroxyalkanoate synthase) that converts two molecules of acetyl-CoA into PHB polymer granules. This foundational study established the genetic basis for heterologous PHB production and demonstrated that the pathway is functionally transferable to other organisms, a property that has since been exploited in dozens of bacterial hosts and, more recently, in green microalgae and plants. The characterization of acetyl-CoA as the central metabolic node for PHB production directly informs the choice of FBA objective in this project, since maximizing acetyl-CoA flux serves as a computationally tractable proxy for maximizing bioplastic precursor availability. Furthermore, the modularity of the three-gene operon makes it an ideal candidate for whole plasmid synthesis via Twist Bioscience, since all three coding sequences can be assembled into a single synthetic construct without requiring post-synthesis cloning.
Paper 3: Chlorella vulgaris as a multi-application biotechnology chassis
Al-Hammadi and Güngörmüşler (2024) published a comprehensive review in Biotechnology and Bioengineering documenting the breadth of C. vulgaris biotechnology applications, covering wastewater treatment, biodiesel, biohydrogen, biocement, biopolymers, and food additives, and concluding that despite its documented potential for polyhydroxyalkanoate (PHA) production from algal biomass, the field still lacks critical strain-specific data that would make industrial PHB production from C. vulgaris economically competitive. The authors note that C. vulgaris is particularly attractive as a production chassis because of its ease of cultivation, rapid growth, and capacity to use carbon dioxide and wastewater nutrients simultaneously, reducing both feedstock costs and environmental impact. The review explicitly identifies a gap between the biological potential of C. vulgaris for biopolymer synthesis and the practical optimization infrastructure needed to bridge laboratory results to industrial scale. This directly motivates the computational and automated pipeline approach taken in this project, since the gap the authors describe is precisely the one that FBA-guided combinatorial screening is designed to address.
Knowledge Gap
Despite the well-established FBA methodology, the clearly characterized PHB biosynthetic pathway, and growing recognition of C. vulgaris as a promising bioplastic chassis, these three domains have rarely been integrated into a single, closed-loop design pipeline. Most optimization studies in algal PHB production continue to rely on one-variable-at-a-time manual experimentation, generating data slowly and failing to capture the multi-dimensional interaction effects between nitrogen, phosphorus, and carbon source availability. Peruvian research groups have independently demonstrated that C. vulgaris is highly responsive to nitrogen and phosphate concentration changes: Oscanoa et al. (2021), working at the Instituto del Mar del Perú, showed that C. vulgaris efficiently removes nitrates and phosphates from domestic wastewater, demonstrating the organism’s natural sensitivity to these nutrient gradients and validating nitrogen and phosphorus as the most impactful variables for metabolic manipulation. Automated robotic screening of metabolic model predictions remains largely confined to bacterial and yeast systems, with very few examples connecting genome-scale algal models to physical high-throughput screening pipelines. This project addresses that gap by connecting the iCZ843 genome-scale model of C. vulgaris to a computationally guided automated OT-2 screening pipeline, establishing a Design-Build-Test-Learn (DBTL) cycle that is both predictive and robotically executable.
Innovation
This project is novel in its integration of three components that have not previously been combined in a single pipeline for microalgal bioplastic research: a genome-scale metabolic model (iCZ843), a modular automated combinatorial nutrient stress screening protocol (OT-2), and a synthetic PHB operon designed for both bacterial validation and future algal expression. Most published work in this area either performs FBA on C. vulgaris without connecting the predictions to physical experiments, or conducts wet-lab PHB screening without the guidance of a metabolic model. By treating the OT-2 protocol as a direct translation layer between computational predictions and physical experiments, this project establishes a reusable pipeline architecture that can be adapted to other bioproduction targets and chassis organisms beyond PHB and microalgae. Unlike previous computational approaches that apply a single generalized metabolic model to predict PHB production, this project uses the iJO1366 genome-scale model of E. coli for Aim 1 FBA to ensure predictions are matched to the actual experimental chassis, and designates the iCZ843 genome-scale model of C. vulgaris specifically for Aim 2 algal construct design, creating a clear organism-to-model correspondence that improves scientific coherence across the project aims. Additionally, the explicit design of a second construct codon-optimized for C. vulgaris under the NIT1 nitrate-inducible promoter represents a forward-looking contribution to algal synthetic biology, where inducible expression systems remain significantly underexplored relative to their bacterial counterparts.
Significance
Plastic pollution is one of the most pressing environmental crises of the 21st century, with an estimated 11 million metric tons of plastic entering the ocean annually, causing harm to marine food webs, coastal ecosystems, and the communities that depend on them, including those along the biodiverse Peruvian coast. Polyhydroxybutyrate (PHB) offers a route to replace petroleum-derived single-use plastics with a material that is fully biodegradable and biocompatible under natural conditions, degrading within months rather than persisting for centuries. Microalgae represent an ideal production organism for PHB because they grow using only sunlight, carbon dioxide, and minimal inorganic nutrients, giving them a dramatically lower carbon footprint than fermentation-based bacterial systems that require sugar feedstocks. Critically, Peru harbors native Chlorella strains with documented biotechnology potential: Mariano Astocondor et al. (2017) characterized Chlorella peruviana, a native strain isolated from the Mellisera salt lagoon in Chilca, Peru, demonstrating robust biomass and chlorophyll productivity across a range of salinities and confirming that locally sourced Peruvian Chlorella strains are viable candidates for controlled cultivation and bioproduction. Complementing this, Condori et al. (2024) demonstrated that Peruvian Chlorella strains can be cultivated using nutrients valorized from local fruit residues, producing growth and lipid yields comparable to synthetic media and illustrating a circular economy model in which local organic waste streams feed microalgae bioproduction, directly relevant to the decentralized manufacturing vision of Aim 3. The integration of FBA-guided optimization with robotic automation directly addresses the industrial bottleneck of manual media optimization, which currently makes algal PHB production economically uncompetitive compared to petrochemical alternatives. By demonstrating that computationally predicted metabolic conditions can be automatically screened at scale, this project contributes a generalizable methodology that could accelerate the path from laboratory research to industrial relevance. This is particularly meaningful for research environments in countries like Peru that possess extraordinary microalgae biodiversity but currently lack access to the high-throughput experimentation infrastructure that makes systematic optimization feasible. Ultimately, reducing the cost and time of metabolic optimization is not only a scientific problem but a social one, and making these tools more accessible is a prerequisite for truly sustainable and equitable biomanufacturing rooted in local biodiversity.
Bioethical Considerations
Paragraph 1: Ethical considerations
This project involves the design and intended use of genetically modified organisms (GMOs), specifically Escherichia coli strains expressing a heterologous PHB biosynthetic pathway, with a longer-term vision of engineering Chlorella vulgaris, a microalga present in natural freshwater and marine environments. The introduction of synthetic genetic constructs into organisms that have natural environmental relatives raises important questions about biosafety, containment, and the potential for unintended horizontal gene transfer or competitive ecological disruption, even when experiments are conducted in well-controlled laboratory settings. The design of organisms intended for eventual scale-up in semi-open systems such as outdoor photobioreactors requires additional evaluation of containment strategies and kill-switch designs that go beyond standard laboratory biosafety level 1 (BSL-1) practices. The project also intersects with questions of biodiversity sovereignty, since any future use of Peruvian microalgae strains for commercial bioplastic production must respect the principles of the Nagoya Protocol on Access and Benefit-Sharing, ensuring that local communities and the Peruvian state retain informed consent and equitable participation in any commercial or intellectual property outcomes arising from the use of their biological resources.
Paragraph 2: Responsible implementation and risk mitigation
To mitigate these risks, all experimental work described in Aim 1 is conducted under standard BSL-1 conditions appropriate for non-pathogenic E. coli strains, with all constructs including a selectable antibiotic resistance marker that requires continuous supplementation for maintenance, significantly reducing the probability of survival outside controlled conditions. The C. vulgaris construct designed for Aim 2 is intended for nuclear rather than chloroplast-targeted integration, which limits expression levels and reduces the likelihood of creating competitive growth advantages in natural algal populations. All synthetic DNA sequences submitted to Twist Bioscience will be screened through the SecureDNA biosecurity framework to ensure compliance with dual-use research standards before synthesis is initiated. For the visionary Aim 3 framework involving photobioreactors in coastal communities, the project design explicitly includes a community consultation and participatory education component, ensuring that local knowledge holders are active participants in the governance and design of any deployment rather than passive recipients of an externally imposed technology. Collaboration with biodiversity documentation initiatives such as those supported by Basecamp Research prior to strain collection and use further ensures that any commercialization pathway is grounded in scientific rigor and community rights from the earliest stages.
SECTION 4: EXPERIMENTAL DESIGN
The experimental design follows a Design-Build-Test-Learn (DBTL) cycle. The Design phase uses FBA modeling to predict optimal nutrient conditions. The Build phase involves synthetic construct design and ordering from Twist Bioscience. The Test phase uses automated OT-2 protocols and Ginkgo Bioworks equipment for Nile Red fluorescence screening. The Learn phase closes the loop by feeding experimental data back into the metabolic model to refine predictions.
SECTION 4.1: Step-by-Step Workflow
Check out this Colab Notebook for the genome scale metabolic model.
Step 1: Install COBRApy and load the E. coli iJO1366 genome-scale metabolic model
- Method: Install COBRApy and compile the multi-modal XML metabolic model structures representing the iCZ843 genome-scale architecture of Chlorella vulgaris. A native Python ElementTree text parsing layout is implemented to assemble valid COBRApy objects, ensuring full operational performance inside modern Python 3.12 environments without requiring deprecated dependency stacks.
- Automation: Python scripting environment (Google Colab; all code below is Colab-ready)
- Expected result: All three distinct trophic model profiles (Heterotrophy, Mixotrophy, Photoautotrophy) parse successfully into memory, displaying their explicit metabolic boundary dimensions and resolving true positive baseline growth rates.
- Timeline: Day 1
Step 2: Explore baseline metabolic fluxes
- Method: Run FBA with default exchange reaction constraints to establish a baseline biomass flux and identify the acetyl-CoA reaction node and relevant nutrient exchange reactions.
- Automation: COBRApy optimize() function
- Expected result: Baseline biomass flux value; identification of exchange reaction identifiers for nitrate (EX_no3_e), phosphate (EX_pi_e), glucose (EX_glc__D_e), and acetate (EX_ac_e).
- Timeline: Day 1 to 2
Step 3: Add a PHB demand reaction as a proxy for bioplastic potential
- Method: Add a synthetic boundary reaction that consumes acetyl-CoA to represent PHB biosynthetic flux; set this as the new FBA objective to directly optimize for bioplastic precursor availability.
- Automation: COBRApy add_boundary() and Reaction() classes
- Expected result: A working optimization model whose objective value represents acetyl-CoA flux directed toward PHB biosynthesis.
- Timeline: Day 2
Step 4: Simulate nitrogen limitation gradient (adaptive two-stage FBA)
- Method: First measure the empirical nitrate uptake flux the C. vulgaris cell actually uses at baseline, then build a fine-grained gradient relative to that real biological value using numpy linspace. For each nitrogen level, a two-stage FBA runs: first find the condition-specific maximum biomass, then lock a 1% biomass floor and maximize PHB precursor flux. This approach captures biologically realistic stress levels rather than arbitrary percentages.
- Automation: COBRApy context managers; numpy linspace; pandas for results.
- Expected result: PHB precursor flux values that vary with nitrogen availability, showing reduced flux under severe nitrogen starvation and confirming that the two-stage optimization captures meaningful metabolic shifts.
- Timeline: Day 2 to 3
Step 5: Combinatorial adaptive FBA grid (nitrogen x phosphorus x carbon source)
- Method: Run the full combinatorial grid using empirically-calibrated nutrient baselines per carbon source. For each carbon source (glucose and acetate), the actual N and P uptake fluxes the cell uses during optimal growth are measured first; stress fractions then scale relative to those real biological values. This is more accurate than scaling from model lower bound constants, which may not reflect actual in silico uptake. The two-stage optimization applies throughout.
- Automation: COBRApy nested context managers; itertools.product; pandas.
- Expected result: A ranked table showing that carbon source type is the primary FBA determinant of acetyl-CoA flux in C. vulgaris, with glucose significantly outperforming acetate. This finding motivates the NIT1 promoter design in Aim 2, since nutrient limitation alone is insufficient to drive PHB accumulation without active transcriptional control.
- Timeline: Day 3 to 4
Step 6: Export top conditions and generate FBA landscape visualizations
- Method: Export the top conditions as a CSV for OT-2 protocol parameterization, then generate heatmaps and line plots showing the PHB precursor flux landscape across the nitrogen-phosphorus-carbon combinatorial space.
- Automation: pandas to_csv; matplotlib and seaborn for visualization; files.download for Colab export.
- Expected result: A CSV file ready for OT-2 parameterization and two publication-quality figures showing the FBA optimization landscape.
- Timeline: Day 4

Step 7: Design the PHB biosynthetic construct in Benchling
- Method: Design a synthetic operon containing phaA, phaB, and phaC genes from Cupriavidus necator H16, codon-optimized for E. coli BL21 (DE3) expression; add an sfGFP transcriptional reporter under the BBa_J23119 constitutive promoter as a proxy for construct activity; use the T7 promoter for operon expression and the pET-28a(+) backbone with kanamycin resistance and ColE1 high-copy origin for selection and propagation. The insert (4,725 bp) was designed in Benchling and submitted to Twist Bioscience as a clonal gene synthesis order for insertion into pET-28a(+), producing a complete 10,017 bp expression plasmid.
- Automation: Benchling sequence editor for annotation; IDT Codon Optimization Tool or Benchling codon optimizer for sequence design.
- Expected result: A fully annotated plasmid sequence in GenBank format confirmed by Twist Bioscience tools, ready for synthesis and delivery to Ginkgo Bioworks.
- Timeline: Day 4 to 5 The E. coli expression insert (phaABC_Ecoli_Construct_2, 4,725 bp) GenBank file is shown below. This insert was submitted to Twist Bioscience for clonal synthesis into the pET-28a(+) backbone, producing the complete 10,017 bp expression plasmid (phaABC_Ecoli_Final_Con):
The complete expression plasmid (phaABC_Ecoli_Final_Con, 10,017 bp circular) with the pET-28a(+) backbone is the Twist Bioscience synthesis target. Key backbone features are summarized below:


The Chlorella vulgaris expression construct (pPHB_Chlorella, 5,614 bp linear) GenBank annotation for Aim 2 is provided below. This construct was designed in Benchling with phaA, phaB, and phaC codon-optimized for C. vulgaris nuclear expression under the nitrate-inducible NIT1 promoter:

Step 8: Place the Twist Bioscience DNA synthesis order
- Method: Submit the finalized pPHB-Ecoli GenBank sequence to Twist Bioscience via their online ordering portal using the Clonal Gene Synthesis with selected backbone service; specify shipping to Ginkgo Bioworks for subsequent experimental steps.
- Automation: Twist Bioscience online ordering portal (twistbioscience.com)
- Expected result: Order confirmation email; estimated synthesis and delivery turnaround of 2 to 3 weeks.
- Timeline: Day 5 to 6
Step 9: Program and run the OT-2 media preparation module (Checkpoint A)
- Method: Write a Python script using the Opentrons OT-2 API to prepare 96-well deep-well plates with the top 8 FBA-predicted nutrient stress media conditions in triplicate; the protocol ends cleanly at Checkpoint A for users who want only prepared media before proceeding to cell culture in a separate facility.
- Automation: Opentrons OT-2 (Python API v2.15); Plateloc plate sealer with A4s breathable seal after preparation
- Plate: 96-v-eppendorf-951033502-deep
- Expected result: Eight distinct media conditions prepared in triplicate (24 wells), sealed with breathable membrane and ready for inoculation at Ginkgo or an external laboratory.
- Timeline: Day 6 to 8
Step 10: Inoculate cultures and incubate
- Method: Inoculate each prepared deep-well with E. coli BL21 (DE3) harboring pPHB-Ecoli at a starting optical density at 600 nm (OD600) of 0.05; seal plate with A4s breathable seal.
- Automation: Plateloc (sealing with A4s breathable membrane); Cytomat shaking incubator at 37 degrees Celsius, 250 rpm
- Plate: 96-v-eppendorf-951033502-deep
- Expected result: Growth visible in positive control wells within 6 to 8 hours; reduced growth rate in nutrient-limited wells confirming that stress conditions are active.
- Timeline: Day 8 to 9 (overnight incubation, approximately 16 hours)
Step 11: Measure growth dynamics by optical density
- Method: Transfer 100 µL from each deep-well to a flat-bottom 96-well plate using the Echo525; measure OD600 using the Spark Plate Reader to assess growth rates and confirm that nutrient limitation is reducing but not eliminating cell viability.
- Automation: Echo525 (precise volume transfer); Spark Plate Reader (OD600 measurement)
- Plate: 96-round-axygen-pdw11cs-halfdeep for transfer; flat 96-well for reading
- Expected result: OD600 values confirming a gradient of growth suppression correlated with increasing nutrient limitation; no complete cell death in any well.
- Timeline: Day 9
Step 12: Perform Nile Red staining for PHB quantification
- Method: Add Nile Red dissolved in dimethyl sulfoxide (DMSO) at 1 mg/mL to each well using the Echo525 at a 1:1000 final dilution (1 µL per mL culture); incubate 15 minutes at room temperature in the dark; transfer 50 µL to 384-well black clear-bottom plate for fluorescence reading.
- Automation: Echo525 (Nile Red addition, nanoliter precision); Multiflo (50 µL culture transfer to 384-well); PHERAstar FSX (Ex 530 nm / Em 580 nm)
- Plate: 384 Greiner black-well clear-bottom
- Expected result: Higher Nile Red fluorescence in nutrient-limited conditions compared to full-media controls, consistent with increased PHB granule accumulation.
- Timeline: Day 9 to 10
Step 13: Validate sfGFP reporter expression
- Method: Measure sfGFP fluorescence (Ex 485 nm / Em 510 nm) on the Spark Plate Reader using the same 384-well plate as the Nile Red assay, before Nile Red addition, to confirm construct expression and identify any wells where failed transformation rather than PHB pathway activity is responsible for low Nile Red signal.
- Automation: Spark Plate Reader (sequential dual-channel fluorescence measurement)
- Plate: 384 Greiner black-well clear-bottom
- Expected result: Measurable sfGFP signal in all transformed wells; absence of sfGFP in empty vector controls; allows normalization of Nile Red signal to expression level.
- Timeline: Day 9 to 10 (before Nile Red addition)
Step 14: Validate PHB gene expression by quantitative PCR
- Method: Harvest cells from the top 3 performing conditions and the negative control; extract total RNA using an RNeasy kit; perform quantitative polymerase chain reaction (qPCR) to measure phaA, phaB, and phaC transcript levels relative to the 16S ribosomal RNA housekeeping gene.
- Automation: CFX Opus qPCR machine
- Plate: 384-pcr-eppendorf-9510207XX
- Expected result: Upregulation of phaA, phaB, and phaC transcripts in the top nutrient stress conditions relative to full-media controls, confirming that the T7 promoter is active and that the operon is being transcribed in proportion to the metabolic state of the cell.
- Timeline: Day 10 to 11
Step 15: Close the DBTL loop by refining the FBA model
- Method: Feed the experimental Nile Red fluorescence values and qPCR expression data back into the COBRApy model as refined constraints; adjust exchange reaction bounds to reflect observed growth rates and acetyl-CoA sink capacity; re-run FBA with the updated model to identify any systematic discrepancies between prediction and observation.
- Automation: COBRApy model update; pandas for data integration; optional MEMOTE framework for model quality scoring
- Expected result: An updated model with improved predictive accuracy for a second round of experimental screening or for informing the C. vulgaris construct design in Aim 2.
- Timeline: Day 11 to 13
Step 16: Optional supplementary characterization via FTIR and GC-MS
- Method: Lyophilize the cell pellets from the top two performing conditions; extract PHB polymer using a standard chloroform solvent extraction protocol; analyze bulk polymer by Fourier-transform infrared spectroscopy (FTIR) for functional group confirmation and gas chromatography-mass spectrometry (GC-MS) via the Waters Corporation platform at Ginkgo Bioworks or a partner facility for monomer composition and yield quantification.
- Automation: Waters GC-MS system (Ginkgo Bioworks partner; connection to Waters Corporation industry partner)
- Expected result: FTIR spectra showing a characteristic PHB carbonyl peak at 1720 cm-1; GC-MS confirmation of 3-hydroxybutyrate monomer and quantitative PHB yield in mg per gram dry cell weight.
- Timeline: Day 12 to 14 (if resources permit)
Assay Plate Layout
The following 96-well plate layout illustrates the screening design for the Nile Red fluorescence assay. Conditions are derived from the top FBA-predicted nutrient stress recipes, with all experimental conditions run in duplicate.
Plate Legend:
- STD: Polyhydroxybutyrate (PHB) polymer standard curve (0 to 100 µg/mL; Nile Red fluorescence calibration; Millipore Sigma catalog 363502)
- POS_CTRL: Positive control (E. coli BL21 DE3 with a known PHB-producing construct or C. necator ATCC 17699)
- NEG_CTRL: Negative control (E. coli BL21 DE3 with empty pUC19 vector; no PHB genes)
- BLANK: Sterile media only; no cells; used for background fluorescence subtraction
- N[x]-P[x]-[Carbon]: Experimental conditions where x represents percent of standard nitrogen or phosphorus concentration
- Glc: Glucose; Ace: Sodium acetate; NoC: No exogenous carbon source (autotrophic simulation)
- All experimental conditions run in duplicate (two adjacent wells per condition)
- After initial assay, the 384-well Greiner black clear-bottom plate is used for the actual Nile Red fluorescence measurement with 50 µL transfers from each 96-well condition
SECTION 4.2: TECHNIQUES, TOOLS, AND TECHNOLOGY
Course Technique Checklist
- Metabolic modeling and Flux Balance Analysis (FBA) using COBRApy
- DNA construct design and sequence annotation using Benchling
- Synthetic gene and whole plasmid synthesis ordering from Twist Bioscience
- Codon optimization for heterologous expression (E. coli and C. vulgaris)
- Lab automation and liquid handling (Opentrons OT-2, Echo525, Multiflo)
- Bacterial whole-cell expression in E. coli BL21 (DE3)
- Cell-free protein synthesis (CFPS) for rapid construct validation
- Fluorescence assay development and microplate reader detection (Spark, PHERAstar FSX)
- Quantitative PCR (qPCR) for gene expression validation (CFX Opus)
- Bioinformatics and Python scripting for data analysis and model interrogation
- Microplate screening and high-throughput assay design (96-well and 384-well formats)
- Biosafety and SecureDNA screening for synthetic DNA sequences
- CRISPR genome editing (relevant for Aim 2 in C. vulgaris; not executed in Aim 1)
- Flow cytometry (optional alternative to plate reader Nile Red assay)
- Next-generation sequencing (could be used for construct integration verification in Aim 2)
We discussed and practiced various techniques related to synthetic biology throughout the semester. Place a check next to the techniques relevant to your project.
Pipetting
- Pipetting
- Lab Safety
- Bioethical Considerations (must check this box)
DNA Gel Art
- DNA Sequencing
- DNA Editing
- DNA Construct Design
- Restriction Enzyme Digestion
- Gel Electrophoresis
- DNA Purification From Gel
- Databases (e.g., GenBank, NCBI, Ensembl, and UCSC Genome Browser)
Lab Automation
- Creating Code for Laboratory Automation
- Using Liquid Handling Robots (e.g., Opentrons)
- Designing a Twist Order
- Creating a plan to use the Autonomous lab at Ginkgo Bioworks
Protein Design
- Protein Design
- Use of Boltz or PepMLM
- Use of Asimov Kernel
- Use of Benchling
- Models and Notebooks
- Databases
Bioproduction
- Bioproduction
- Chassis Selection (e.g., DH5alpha)
- Registry of Standard Biological Parts
- Plasmid Preparation
- Bacterial Culturing
- Quality Control/Analysis
- Bacterial Processing (e.g., Centrifugation, Lysis, DNA Purification)
Cell-Free Systems
- Cell Free Reactions
- Freeze-Dried Cell Free Systems
- miniPCR Tools
- Protein Purification
Gibson Assembly
- Primer Design or Selection
- PCR Reactions
- Gibson Assembly
- Other Cloning Methods (e.g., Restriction Enzyme Digestion or Gateway Cloning)
CRISPR
- CRISPR/Cas9
- Designing Prime Editing gRNA
Technique Expansion
Technique 1: Flux Balance Analysis (FBA) with COBRApy
Flux Balance Analysis is a constraint-based computational method that represents cellular metabolism as a network of stoichiometric equations, where each equation describes how metabolites are converted into one another by enzymatic reactions. COBRApy is the Python implementation of the COBRA (COnstraint-Based Reconstruction and Analysis) toolbox, which allows researchers to load genome-scale metabolic models in SBML format and apply linear programming solvers such as GLPK or Gurobi to find the flux distribution that maximizes a defined biological objective, such as biomass growth or production of a target metabolite. In the context of this project, FBA is uniquely powerful because it enables the simultaneous exploration of hundreds of nutrient combinations without requiring physical experiments, making it a fast and cost-effective Design phase tool in the DBTL cycle. The key limitation of FBA is that it assumes steady-state metabolic conditions and does not capture dynamic gene regulatory responses, such as the transcriptional induction of PHB pathway genes under stress, which is why experimental validation through the OT-2 pipeline and qPCR is an essential complement to the computational predictions. By connecting FBA outputs directly to parameterized OT-2 protocols, this project creates a tightly coupled workflow where computational and physical experimentation reinforce rather than simply follow each other.
Technique 2: Nile Red Fluorescence Assay for Intracellular PHB Quantification
Nile Red is a lipophilic fluorescent dye that partitions selectively into hydrophobic intracellular environments, including lipid droplets and polymer granules such as PHB inclusions, producing a fluorescence signal with an excitation maximum near 530 nm and an emission maximum near 580 nm that scales linearly with polymer content across several orders of magnitude. The assay is performed directly in microplate wells without cell disruption, making it fully compatible with high-throughput robotic workflows and the PHERAstar FSX plate reader available at Ginkgo Bioworks, and allowing the same plate to be used for both growth monitoring and biopolymer quantification. One important technical consideration is that Nile Red is not strictly specific to PHB and will also stain other neutral lipids such as triacylglycerols, so the assay is best interpreted as a measure of total neutral lipid content unless confirmatory techniques such as FTIR or GC-MS are applied to establish polymer identity. In this project, Nile Red serves as the rapid, high-throughput screening layer in the pipeline, allowing the top-performing nutrient conditions to be ranked and selected before committing to the more resource-intensive and time-consuming confirmatory analyses, demonstrating how orthogonal methods at different resolution levels can be strategically combined in an automated screening workflow.
Identify any How To Grow (Almost) Anything Industry Council companies which are associated with your final project (optional)
- Addgene
- Asimov (Kernel)
- ATCC
- Basecamp Research
- BioFabricate
- Biome Consortia
- Bolt
- Boltz.bio
- Cultivarium
- DeepCure
- Epibone
- Ginkgo Bioworks
- Helix Nano
- Millipore Sigma
- Mycoworks
- New England Biolabs
- Nuclera
- Opentrons
- SecureDNA
- Takeda Pharmaceuticals
- Thermo Fisher Scientific
- Transfyr.ai
- Twist Biosciences
- Upside Foods
- Waters Corporation
SECTION 5: RESULTS AND QUANTITATIVE EXPECTATIONS
10a: Validation Choice
The validation experiment for this project is a cell-free expression assay of the phaA-phaB-phaC operon in an E. coli BL21 (DE3) lysate system, followed by Nile Red fluorescence measurement to confirm PHB granule formation from the synthetic construct in the absence of a complete living cell chassis. This approach is particularly well-suited for a primarily in silico project because it provides a rapid, contained, and robotically compatible way to confirm that the designed construct produces active enzymes and that the phaABC-encoded pathway generates detectable PHB signal within hours of receiving the DNA, establishing proof-of-function before committing to multi-day culture experiments.
10b: Validation Protocol
- Prepare E. coli BL21 (DE3) cell-free protein synthesis (CFPS) master mix using a Ginkgo Bioworks CFPS kit or equivalent commercial system (e.g., PURExpress from New England Biolabs).
- Thaw the pPHB-Ecoli plasmid received from Twist Bioscience on ice and dilute to 10 nM in nuclease-free water.
- Set up the following controls in separate wells: (a) positive control with a 10 nM sfGFP-only expression plasmid, (b) negative control with no DNA added, (c) PHB polymer standard curve at 0, 1, 2, 5, 10, 25, 50, and 100 µg/mL using Millipore Sigma PHB standard (catalog 363502).
- Prepare 10 µL CFPS reactions in 1.5 mL Eppendorf tubes by combining 7.5 µL CFPS master mix with 1 µL plasmid (final 10 nM) and 1.5 µL nuclease-free water; also supplement with 0.5 mM acetyl-CoA (Millipore Sigma A2056) and 0.1 mM coenzyme A to support PHB precursor availability.
- Dispense 10 µL reactions into 384-well Greiner black clear-bottom plate using Echo525 acoustic liquid handler for nanoliter precision.
- Seal plate using Plateloc with a standard film seal (not breathable) to prevent evaporation during incubation.
- Incubate at 30 degrees Celsius for 4 hours in the Inheco Plate Incubator.
- Peel seal using XPeel; measure sfGFP fluorescence (Ex 485 nm / Em 510 nm) on the Spark Plate Reader to confirm construct expression before Nile Red addition.
- Add 0.5 µL Nile Red stock (1 mg/mL in DMSO) per well using the Echo525 (1:20 dilution for 10 µL wells); final Nile Red concentration approximately 50 µg/mL.
- Incubate plate at room temperature for 15 minutes in the dark (cover with aluminum foil or store in lightproof box).
- Measure Nile Red fluorescence (Ex 530 nm / Em 580 nm) on the PHERAstar FSX using the well-resolved fluorescence intensity module.
- Subtract background fluorescence values from no-DNA blank wells from all experimental wells.
- Normalize Nile Red signal to sfGFP signal in each well to correct for variation in expression level between replicate reactions.
- Generate a standard curve from PHB polymer standards and convert normalized fluorescence values to estimated PHB content in µg/mL.
- A validation result is positive if the pPHB-Ecoli construct produces a Nile Red signal greater than 3 standard deviations above the no-DNA control after normalization to sfGFP expression.
10c: Techniques Used
This validation experiment integrates four core techniques that span the full technical scope of the project. First, cell-free protein synthesis (CFPS) provides a rapid in vitro expression system that bypasses the multi-week timelines of stable cell transformation and selection, allowing construct function to be assessed within a single working day of receiving the synthesized plasmid from Twist Bioscience. Second, Echo525 acoustic liquid handling ensures nanoliter-precision dispensing of both the CFPS reagents and the Nile Red dye, eliminating the pipetting variability that would otherwise mask subtle differences in PHB signal between conditions and making the assay compatible with fully automated workflows at Ginkgo Bioworks. Third, dual fluorescence detection on both the Spark Plate Reader (for sfGFP) and the PHERAstar FSX (for Nile Red) provides an internal normalization strategy, ensuring that differences in Nile Red signal reflect genuine differences in PHB polymer accumulation rather than artifacts from varying expression efficiency between reaction wells. Fourth, the use of a PHB polymer standard curve converts raw relative fluorescence units into physically interpretable concentration units, grounding the validation results in quantitative terms that can be directly compared to the acetyl-CoA flux values predicted by the FBA model and used to evaluate whether the computational predictions are consistent with experimental reality.
10d: Hypothetical Data
The following table represents a hypothetical subset of Nile Red fluorescence results from the cell-free validation experiment, normalized to sfGFP expression and converted to estimated PHB content using the standard curve:
| Condition | Nile Red Signal (RFU) | sfGFP Signal (RFU) | Normalized PHB (µg/mL) | FBA Predicted Flux (mmol/gDW/hr) |
|---|---|---|---|---|
| No DNA (blank) | 118 | 0 | 0.0 | N/A |
| Empty vector (neg ctrl) | 130 | 4,850 | 0.2 | N/A |
| pPHB-Ecoli, full media | 4,100 | 6,200 | 8.2 | 1.4 |
| pPHB-Ecoli, N50%-P100%-Glc | 9,700 | 5,900 | 21.4 | 3.8 |
| pPHB-Ecoli, N0%-P50%-Glc | 13,900 | 5,500 | 33.1 | 6.2 |
| pPHB-Ecoli, N50%-P50%-Acetate | 18,500 | 5,750 | 42.5 | 8.1 |
| pPHB-Ecoli, FBA optimal condition | 21,800 | 6,050 | 46.9 | 9.0 |
| PHB standard, 50 µg/mL | 23,600 | N/A | 50.0 | N/A |
These hypothetical results suggest a positive and roughly linear correlation between the FBA-predicted acetyl-CoA flux and the measured Nile Red-normalized PHB content, consistent with the hypothesis that FBA can accurately rank nutrient stress conditions by their bioplastic potential. The FBA-predicted optimal condition (N50%-P50%-Acetate carbon source) produces the highest normalized PHB signal, validating the in silico approach and justifying the use of acetyl-CoA flux as a proxy for polymer accumulation.
Troubleshooting
One of the most likely challenges in this project is encountering errors when loading or running FBA on the iCZ843 model, since genome-scale models can contain blocked reactions, metabolite charge imbalances, or infeasible constraint combinations that prevent the optimizer from finding a solution. If the model returns an infeasible status or unrealistically extreme objective values, the recommended approach is to run the MEMOTE model quality assessment tool to identify and annotate problematic reactions, and to apply standard growth media constraints before adding the PHB demand reaction. A second potential issue is low or absent Nile Red fluorescence signal in CFPS reactions despite confirmed sfGFP expression, which most likely results from insufficient acetyl-CoA availability in the cell-free lysate rather than a non-functional phaABC operon. In that case, supplementing the CFPS reaction with exogenous acetyl-CoA at 0.5 to 2 mM and coenzyme A at 0.1 mM is a standard troubleshooting step that can significantly improve PHB signal. A third limitation is that the E. coli CFPS system provides only a coarse proxy for PHB production in a living cell, and in particular does not capture the growth-competition dynamics between biomass production and polymer accumulation that FBA is designed to model. Finally, the codon-optimized sequences designed for E. coli will not directly predict expression efficiency in C. vulgaris in Aim 2, and the significantly different GC content preferences and translation initiation contexts between the two organisms mean that the algal construct will require independent validation through a separate CFPS system or direct transformation, which is why Aim 2 is framed as a distinct experimental stage requiring specialized facilities rather than a simple extension of Aim 1.
SECTION 6: ADDITIONAL INFORMATION
References
Orth JD, Thiele I, Palsson BO. (2010). What is flux balance analysis? Nature Biotechnology, 28(3), 245-248. https://doi.org/10.1038/nbt.1614
Peoples OP, Sinskey AJ. (1989). Poly-beta-hydroxybutyrate (PHB) biosynthesis in Alcaligenes eutrophus H16. Identification and characterization of the PHB polymerase gene (phbC). Journal of Biological Chemistry, 264(26), 15298-15303.
Ebrahim A, Lerman JA, Palsson BO, Hyduke DR. (2013). COBRApy: COnstraint-Based Reconstruction and Analysis for Python. BMC Systems Biology, 7, 74. https://doi.org/10.1186/1752-0509-7-74
Zuñiga C, Li CT, Huelsman M, Andrews J, Kerkhoven EJ, Zengler K. (2016). Genome-scale metabolic model for the green alga Chlorella vulgaris UTEX 395 accurately predicts phenotypes under autotrophic, heterotrophic, and mixotrophic growth conditions. Plant Physiology, 172(1), 589-602. https://doi.org/10.1104/pp.16.00593
Al-Hammadi M, Güngörmüşler M. (2024). New insights into Chlorella vulgaris applications. Biotechnology and Bioengineering, 121(5), 1486-1502. https://doi.org/10.1002/bit.28666
Hempel F, Bozarth AS, Lindenkamp N, Klingl A, Zauner S, Linne U, Steinbüchel A, Maier UG. (2011). Microalgae as bioreactors for bioplastic production. Microbial Cell Factories, 10, 81. https://doi.org/10.1186/1475-2859-10-81
Cooksey KE, Guckert JB, Williams SA, Callis PR. (1987). Fluorometric determination of the neutral lipid content of microalgal cells using Nile Red. Journal of Microbiological Methods, 6(6), 333-345.
Oscanoa Huaynate AI, Cervantes Gallegos MA, Flores Ramos L, Ruiz Soto A. (2021). Evaluación del potencial de Desmodesmus asymmetricus y Chlorella vulgaris para la remoción de nitratos y fosfatos de aguas residuales. Revista Peruana de Biología, 28(1), e18082. https://doi.org/10.15381/rpb.v28i1.18082
Mariano Astocondor M, Mayta Huatuco E, Montoya Terreros H, Tarazona Delgado R. (2017). Crecimiento poblacional y productividad de la microalga nativa Chlorella peruviana bajo diferentes salinidades. Revista de Investigaciones Veterinarias del Perú, 28(4), 976-986. https://doi.org/10.15381/rivep.v28i4.13004
Condori MAM, Gutierrez MEV, Oviedo RDN, Choix FJ. (2024). Valorization of nutrients from fruit residues for the growth and lipid production of Chlorella sp.: A vision of the circular economy in Peru. Journal of Applied Phycology, 36(1), 101-111. https://doi.org/10.1007/s10811-023-03153-2
Loera-Quezada MM, Rios-Castro E, Orta-Zavalza E, et al. (2016). CRISPR-Cas9-based genome editing approaches in the model green microalga Chlamydomonas reinhardtii. Plant Methods, 12, 30. [Referenced for algal CRISPR design rationale applicable to Aim 2.]
Arora et al. (2024). Metabolic response to a heterologous poly-3-hydroxybutyrate (PHB) pathway in Phaeodactylum tricornutum. Applied Microbiology and Biotechnology. https://doi.org/10.1007/s00253-023-12823-7
Yi YC, Ng IS. (2025). Sustainable polyhydroxybutyrate production via metabolic flux redirection using CRISPRi in Escherichia coli and carbon capture with microalgae. ACS Sustainable Chemistry and Engineering. https://doi.org/10.1021/acssuschemeng.4c09128
Chaturvedi et al. (2023). Systematizing microbial bioplastic production for developing sustainable bioeconomy: metabolic nexus modeling, economic and environmental technologies assessment. Journal of Polymers and the Environment. https://doi.org/10.1007/s10924-023-02787-0
Addgene. (2026). sfGFP plasmid resources and sequence data. https://www.addgene.org
SecureDNA Foundation. (2026). Biosecurity screening for synthetic DNA. https://securedna.org
Twist Bioscience. (2026). Clonal gene synthesis ordering portal. https://www.twistbioscience.com
Opentrons. (2026). OT-2 Python API documentation v2.15. https://docs.opentrons.com
Supplies and Budget
| Item | Description | Estimated Cost (USD) | Supplier | Link |
|---|---|---|---|---|
| Whole plasmid synthesis (pPHB-Ecoli) | phaA-phaB-phaC-sfGFP construct, ~6.2 kb, clonal synthesis | $900 | Twist Bioscience | twistbioscience.com |
| Whole plasmid synthesis (pPHB-Cvulgaris) | NIT1-phaA-phaB-phaC-AphVIII construct, ~6.4 kb, Aim 2 | $800 | Twist Bioscience | twistbioscience.com |
| Nile Red powder, 100 mg | Fluorescent dye for PHB staining (catalog N3013) | $45 | Millipore Sigma | sigmaaldrich.com/catalog/product/sigma/n3013 |
| PHB polymer standard, 1 g | Poly(3-hydroxybutyric acid) for standard curve (catalog 363502) | $89 | Millipore Sigma | sigmaaldrich.com/catalog/product/sigma/363502 |
| Acetyl-CoA trilithium salt, 25 mg | CFPS supplement for PHB precursor availability (catalog A2056) | $78 | Millipore Sigma | sigmaaldrich.com/catalog/product/sigma/a2056 |
| 384-well black clear-bottom plates, 10 pk | Greiner 384-well for Nile Red fluorescence assay | $185 | Thermo Fisher Scientific | thermofisher.com |
| 96-well deep-well plates, 10 pk | Eppendorf deep-well for media prep and culture (2 mL wells) | $120 | Thermo Fisher Scientific | thermofisher.com |
| Opentrons OT-2 tips, 300 µL (960 pk) | Standard filtered tips for media preparation module | $60 | Opentrons | shop.opentrons.com |
| Opentrons OT-2 tips, 20 µL (960 pk) | Low-volume tips for nutrient supplement additions | $55 | Opentrons | shop.opentrons.com |
| LB Broth powder, 500 g | Base bacterial growth media for E. coli culture | $35 | Millipore Sigma | sigmaaldrich.com/catalog/product/sigma/l3022 |
| Sodium nitrate, 100 g | Nitrogen source for stress media preparation | $28 | Millipore Sigma | sigmaaldrich.com |
| Potassium phosphate monobasic, 500 g | Phosphorus source for stress media | $32 | Thermo Fisher Scientific | thermofisher.com |
| Glucose, D-(+)-, 500 g | Carbon source A for nutrient stress conditions | $38 | Millipore Sigma | sigmaaldrich.com |
| Sodium acetate, 500 g | Carbon source B for FBA-predicted optimal condition | $30 | Millipore Sigma | sigmaaldrich.com |
| Ampicillin sodium salt, 5 g | Selection antibiotic for E. coli pPHB-Ecoli maintenance | $40 | Millipore Sigma | sigmaaldrich.com |
| DMSO, molecular biology grade, 100 mL | Nile Red solvent | $25 | Millipore Sigma | sigmaaldrich.com |
| RNeasy Mini Kit, 50 preps | RNA extraction for qPCR gene expression validation | $195 | QIAGEN / Thermo Fisher | thermofisher.com |
| qPCR primers (phaA, phaB, phaC, 16S rRNA) | 4 primer sets for transcript level measurement | $80 | Thermo Fisher Scientific / IDT | thermofisher.com |
| PURExpress or CFPS master mix kit | Cell-free protein synthesis for construct validation | $220 | New England Biolabs | neb.com/en-us/products/e6800-purexpress |
| COBRApy Python library | Open-source constraint-based modeling; no cost | $0 | PyPI / GitHub | github.com/opencobra/cobrapy |
| iCZ843 genome-scale model (SBML) | Open-access metabolic model of C. vulgaris UTEX 395 | $0 | BiGG Models / literature | bigg.ucsd.edu |
| Benchling (academic account) | Sequence design, annotation, and codon optimization | $0 | Benchling | benchling.com |
| TOTAL ESTIMATED BUDGET | ~$3,055 |