Week 6 HW: Genetic Circuits Part I

DNA Assembly Questions

  1. What are some components in the Phusion High-Fidelity PCR Master Mix and what is their purpose?
  • Phusion DNA Polymerase: Building enzyme that reads the original DNA and constructs the new copies with high accuracy.
  • nucleotides
  • Optimized reaction buffer: A liquid that maintains the perfect chemical environment and pH for the enzyme to work.
  • MGCL2: Helper molecule (cofactor) that the polymerase needs to function properly.
  1. What are some factors that determine primer annealing temperature during PCR?
  • Primer Length: Longer primers have more binding area, so they also require higher temperatures.
  • GC Content: The DNA bases Guanine (G) and Cytosine (C) bind to each other with three chemical bonds, while Adenine (A) and Thymine (T) only use two. Therefore, primers with more Gs and Cs hold on tighter and require a higher temperature.
  1. There are two methods from this class that create linear fragments of DNA: PCR, and restriction enzyme digests. Compare and contrast these two methods, both in terms of protocol as well as when one may be preferable to use over the other.
  • PCR Protocol: Uses heat cycles to melt DNA apart, lets primers attach, and uses an enzyme to build new copies.
    • When to use: When you have a tiny amount of DNA and need billions of copies of a very specific segment, or when you want to add custom ends to a DNA sequence.
  • Restriction Digest Protocol: Mixes DNA with restriction enzymes and incubates them at a steady temperature. The enzymes physically cut the DNA at specific sequences.
    • When to use: When you want to extract a specific chunk of DNA out of a larger, already-existing piece, or when you want to verify that a DNA sequence is correct by seeing what sizes it cuts into.
  1. How can you ensure that the DNA sequences that you have digested and PCR-ed will be appropriate for Gibson cloning?
  • Must design the PCR primers so that the ends of DNA pieces overlap. The tail end of piece A must have the exact same sequence (usually 15 to 40 base pairs) as the starting end of piece B. The Gibson mix will chew back one strand of these ends, allowing the matching sequences to find each other and stick together like perfect puzzle pieces.
  1. How does the plasmid DNA enter the E. coli cells during transformation?
  • Usually through heat shock or electroporation. Heat Shock (Chemical): The bacteria are treated with chemicals (like calcium) to neutralize their charge, then subjected to a sudden spike in heat. This sudden temperature change creates temporary “pores” or holes in the bacterial wall, allowing the DNA to slip inside. Electroporation: The bacteria are hit with a quick zap of electricity, which shocks the cell membrane into opening those temporary pores.
  1. Describe another assembly method in detail (such as Golden Gate Assembly)
  • Golden Gate assembly is a method for joining multiple DNA fragments together in a single tube. It uses special “molecular scissors” called Type IIS restriction enzymes. Unlike normal restriction enzymes that cut exactly where they bind, Type IIS enzymes bind to a recognition sequence but reach over and cut the DNA a few steps away. Because they cut outside their recognition site, they leave behind custom “sticky ends” (overhangs) that you can design to match perfectly with the next piece of DNA. When the matching pieces snap together, an enzyme called ligase glues them shut permanently. Crucially, the original enzyme recognition site is cut off and left behind in this process, meaning the final assembled DNA has no “scars” or unwanted leftover sequences. Because the assembled product can no longer be cut by the enzyme, the cutting and gluing can happen simultaneously in one reaction tube.
  • Model this assembly method with Benchling or Asimov Kernel!

Asimov Kernel

https://kernel.asimov.com/htgaa-2026/repositories/repository/f59f227b-ac6a-476f-9705-03c135befd90/folder/a0348176-f25c-44d5-ba5e-1380c12580ea

  • Recreate the Repressilator in that empty Construct by using parts from the Characterized Bacterial Parts repository
  • Confirm it works as expected by running the Simulator (β€œplay” button) and compare your results with the Repressilator Construct found in the Bacterial Demos repository
  • Document all of this work in your Notebook entry - you can copy the glyph image and the simulator graphs, and paste them into your Notebook

Construct Glyphs

Model β€” color-coded cassettes, includes pUC-SpecR v1 backbone
My Build β€” same 3 cassettes, no backbone, monochrome glyphs

Simulation Results

Model β€” 24h, clean phase separation, transcripts named by repressor
My Build β€” 72h, oscillation sustained but curves heavily overlapping
ModelMy Build
BackbonepUC-SpecR v1 includedNot added
Duration24 hours72 hours
OscillationClear phase separation between curvesSustained but three curves blur together
RNAP flux patternStepped bars (1.57 / 0.65 / 2.87)Similar stepped pattern (3.1 / 1.25 / 0.65)
Noise bandsModerate spreadWider spread
  • Build three of your own Constructs using the parts in the Characterized Bacterials Parts Repo
  • Explain in the Notebook Entry how you think each of the Constructs should function
  • Run the simulator and share your results in the Notebook Entry

Three Custom Constructs

1 β€” Toggle Switch
pTetR β†’ LacI β†’ represses pLacI
pLacI β†’ TetR β†’ represses pTetR

Two cassettes mutually silence each other. The system snaps to one of two stable states β€” either LacI is high and TetR is low, or vice versa. Acts as a bistable memory switch: once flipped, it holds its state.

No β†’ bistable lock
Expect: one protein high, one flat zero

2 β€” NOR Gate
pAmtR β†’ AmtR ⟐ pPsrA β†’ PsrA
Both repress pAmeR β†’ LambdaCI

Two input repressors each independently silence the output promoter pAmeR. LambdaCI is only produced when neither AmtR nor PsrA is present β€” a true NOR logic gate.

A=0, B=0 β†’ Output ON
A=1 or B=1 β†’ Output OFF

3 β€” Inducible Reporter
pAmtR β†’ AmtR β†’ represses pPsrA
pPsrA β†’ PsrA β†’ represses pAmeR β†’ LambdaCI

A two-stage repression cascade. When the upstream signal (pAmtR) is active, it silences the chain, keeping output OFF. Remove the signal β†’ repression lifts through both stages β†’ LambdaCI output turns ON.

Signal present β†’ Output OFF
Signal removed β†’ Output ON

Toggle SwitchNOR GateInducible Reporter
Cassettes233
LogicBistable memoryNOR (A=0 AND B=0)Signal-gated ON/OFF
Output when inputs silentLocked stateONON
Key behaviourSnap to one stable stateUniversal logic gateControlled expression
Ideal sim duration24h24h48h