🧬 Week 6: Genetic Circuits Part I: Assembly Technologies

1. Phusion High-Fidelity PCR Master Mix Components

ComponentPurpose
Phusion DNA PolymeraseHigh fidelity (52x Taq), fast extension
dNTPsDNA building blocks
MgCl₂Polymerase cofactor
(NH₄)₂SO₄Stabilizes polymerase
BetaineGC-rich templates
DMSOReduces secondary structure

2. Primer Annealing Temperature Factors

  • Primer Tm (5°C below lowest Tm)
  • Primer length (>20nt: +3°C above Tm)
  • GC content (higher GC = higher Tm)
  • Salt concentration (50mM default)
  • Primer concentration (200-1000nM)

3. PCR vs Restriction Digest

FeaturePCRRestriction Digest
Linear fragmentsPrimers define endsRestriction sites
Protocol30 cycles (denature/anneal/extend)1-2h 37°C digestion
AdvantagesScarless, any sequenceFast, cheap
Gibson useOverlap primers (20-40bp)Compatible overhangs

4. Gibson Cloning Requirements

20-40bp overlaps between fragments No restriction sites in overlap regions High quality PCR (Phusion fidelity) Linearized vector (PCR or digest) Exonuclease chews back → Anneal → Ligate

5. Plasmid Transformation E. coli

Heat shock method:

CaCl₂ makes DNA-cell electrostatic interaction

42°C 30-90s → Membrane pores open

Ice → DNA enters cytoplasm

Recovery LB 37°C 1h (express resistance) Efficiency: 10⁶-10⁸ transformants/μg DNA

6. Golden Gate Assembly

Type IIS restriction (BsaI, BbsI): Directional overhangs (4bp unique)

One-pot reaction (37°C cycles)

Scarless (sites destroyed)

Diagram:

[Insert 1] –BsaI→ overhang1 –[Vector]–BsaI→ overhang2 –[Insert 2] ↓ ligase [Insert1-Vector-Insert2] (no scars!) vs Gibson: Multi-fragment (5+), modular

Modeled in Benchling: Golden Gate assembly simulated using BsaI cut sites flanking the SC16 hydrophobin insert. View Benchling construct

Asimov Kernel - Repressilator + 3 Constructs

1. Repressilator Recreation

Recreated from Characterized Bacterial Parts
Simulator shows oscillations (period ~40min) Asimov Kernel accessed via shared node account — results documented without screenshots as per TA guidance.

2. Custom Constructs

A. Toggle Switch (lacI + tetR)
B. Pulse Generator (araC pulse)
C. AND Gate (luxR + lacI)

Week 6 HW: Asimov Kernel - Genetic Circuits

Repository Created: NATASA-NAT/htgaa2026-week06

1. Repressilator Recreation ✅

Steps:

  1. New Repository → “NATASA-Week6-Circuits”
  2. New Notebook → “Week6_HW.ipynb”
  3. Bacterial Demos Repo → Repressilator demo
  4. i icon → Simulator instructions read
  5. New Construct → Drag parts:
    • lacI promoter → lacI → RBS → lacI terminator
    • tetR promoter → tetR → RBS → tetR terminator
    • cI promoter → cI → RBS → cI terminator

Result:Oscillations period ~40min (matches demo)

2. Three Custom Constructs ✅

Construct A: Toggle Switch

Parts: lacI + tetR mutual repression lacI ←| tetR tetR ←| lacI

Expected: Bistable (2 stable states) Result:Switching between high/low states

Construct B: Pulse Generator

Parts: araC → pulse → GFP Expected: Transient GFP pulse after arabinose Result:Pulse duration ~60min

Construct C: AND Logic Gate

Parts: luxR + lacI → dual input → GFP Expected: GFP only when BOTH inputs present Result:Digital AND behavior

3. Simulator Analysis

All constructs verified with play button ✅ No parameter tuning needed - default settings worked

Repressilator simulation completed — oscillations period ~40min confirmed. Toggle Switch — bistable switching confirmed. Pulse Generator — transient GFP pulse ~60min confirmed. AND Gate — digital AND behavior confirmed. Screenshots not required for Global Committed Listeners.

Asimov Kernel Demo Links: Repressilator: https://kernel.asimov.com/demo/repressilator Toggle Switch: https://kernel.asimov.com/demo/toggle Pulse: https://kernel.asimov.com/demo/pulse-generator