AgentSkillsCN

Complex Formation

复合物形成

SKILL.md

Complex Formation Skill

Guidelines for assembling and purifying macromolecular complexes for structural biology.

Gel Filtration (Size Exclusion Chromatography)

Standard Setup

ParameterValue
ColumnSuperose 6 Increase 3.2/300
SystemÄKTA micro
Fraction size0.05 mL (50 µL)
Void volumeB6

Elution Positions by Complex Size

ComplexExpected FractionsNotes
Large EC* (full elongation complex)B4-B5DSIF, SPT6, PAF1c, etc.
EC* + nucleosomeB5-B6May approach void
Minimal EC (Pol II + DSIF)B5-C3Intermediate
Pol II onlyC4-C6~500 kDa reference

Rule: If complex elutes earlier than expected → possible aggregation. If later → incomplete assembly or dissociation.

A260/A280 Ratio Guidelines

Complex TypeExpected RatioInterpretation
EC* on linear DNAA280 > A260Protein dominates signal
Nucleosome-containingA260 >> A280Nucleosomal DNA dominates

Red flags:

  • A260/A280 inverted from expectation → wrong complex or contamination
  • Very high A260 → free nucleic acid contamination

Concentration Targets

ApplicationTarget RangeMinimum
Cryo-EM grids100-200 nM60 nM
Transcription elongation assays100-200 nM60 nM

Below 60 nM: Not usable — concentration too low for downstream applications.

Quality Control Checkpoints

1. GF Trace Analysis

  • Check elution volume matches expected MW
  • Verify A260/A280 ratio is appropriate for complex type
  • Look for symmetric peak (asymmetry suggests heterogeneity)

2. SDS-PAGE

  • Always run SDS-PAGE on fractions before proceeding
  • Check for:
    • All expected subunits present
    • Correct stoichiometry (band intensities)
    • No unexpected bands (contamination/degradation)
    • No missing subunits (incomplete assembly)

3. Fraction Selection

  • Use single fractions (do not pool)
  • Selected fractions get cross-linked before grid preparation

Complex Assembly Workflow

  1. Prepare components — Query LabBook for current stock concentrations
  2. Calculate recipe — Use complex_cli.py with appropriate preset
  3. Mix components — Follow stoichiometry from preset (typically 1.5× excess over Pol II)
  4. Incubate — Allow complex formation (timing depends on complex)
  5. GF purification — Superose 6 Increase 3.2/300
  6. Analyze fractions — Check trace + run SDS-PAGE
  7. Select fraction — Based on elution position, A260/A280, gel appearance
  8. Cross-link — If proceeding to cryo-EM
  9. Grid preparation — At 100-200 nM

CLI Tools

bash
# List available presets
python3 scripts/complex_cli.py list

# Calculate recipe for EC*
python3 scripts/complex_cli.py ec_star --pol2 5.2uM --volume 100

# Calculate TC-NER complex
python3 scripts/complex_cli.py tc_ner --pol2 5.2uM --volume 100

Troubleshooting

ProblemPossible CauseSolution
Elutes at void (B6)AggregationReduce concentration, add salt, check buffer
Elutes later than expectedIncomplete assemblyCheck component activity, increase incubation
Missing bands on gelComponent limitingVerify stock concentrations, check stoichiometry
Extra bands on gelContamination/degradationCheck protein quality, use fresh stocks
Low A280 signalLow yieldScale up input, optimize assembly conditions

Empirical Knowledge

Column calibration is empirical — based on previous runs with known complexes. No formal MW standards are used; positions are learned from experience.


Last updated: 2026-01-17