Photosynthesis Project

IN_PROGRESS BIOLOGY_DOMAIN

Warnings (11)

Photosynthesis Project

Overview

Photosynthesis is the light-driven assimilation of CO2 into organic carbon. In oxygenic
photosynthesis (cyanobacteria, algae, plants) light energy captured by chlorophyll drives
electron transport from water to NADP+, producing NADPH, ATP, and O2 (the light
reactions
), which then power the Calvin–Benson–Bassham reductive pentose-phosphate cycle
to fix CO2 (carbon fixation). It is arguably the most important biochemical process in
the biosphere and a major target for crop-improvement and synthetic-biology research.

Concept-level research notes (definitions, GO representation, full component breakdown, and
verified references) live in terms/photosynthesis/photosynthesis-notes.md.

Scope of this first pass

Per the chosen scope, this pass delivers the concept writeup plus a candidate-gene
checklist
; individual gene reviews are deferred. Strategy: mix across organisms,
choosing the best-characterized ortholog per functional module.

Model species selection (mixed strategy)

Functional modules and candidate genes

Accessions are listed only where verified in this repository; others should be resolved
with just fetch-gene <organism> <gene> when each review starts (this avoids the
wrong-organism accession pitfalls seen in earlier projects).

Module A — Photosystem II (water oxidation)

Gene Suggested organism Role
psbA (D1) SYNY3 / plant chloroplast reaction-center, binds P680 + Mn4CaO5 cluster
psbD (D2) SYNY3 reaction-center, partners D1
psbB (CP47) / psbC (CP43) SYNY3 core chlorophyll antenna
psbO ARATH / SYNY3 oxygen-evolving complex extrinsic protein (GO:0009654)

Module B — Photosystem I

Gene Suggested organism Role
psaA / psaB SYNY3 reaction-center heterodimer, binds P700
psaC CHLRE (Q00914) — already seeded terminal FA/FB Fe-S clusters

Module C — Electron transport & coupling

Gene Suggested organism Role
petA / petB / petC SYNY3 cytochrome b6f complex (Q-cycle, proton translocation)
petE SYNY3 / ARATH plastocyanin (mobile Cu carrier)
petF CHLRE / ARATH ferredoxin (mobile Fe-S carrier)
petH (FNR) ARATH ferredoxin–NADP+ reductase (makes NADPH)
atpA / atpB SYNY3 / plant chloroplast chloroplast ATP synthase CF1

Module D — Light harvesting & photoprotection

Gene Suggested organism Role
LHCB1 / LHCA ARATH / CHLRE chlorophyll a/b-binding antenna
PsbS ARATH non-photochemical quenching (qE) photoprotection

Module E — Carbon fixation (Calvin–Benson–Bassham cycle)

Gene Suggested organism Role
rbcL tobacco/spinach chloroplast or SYNY3 Rubisco large (catalytic) subunit (GO:0016984)
rbcS ARATH Rubisco small subunit
rca ARATH Rubisco activase
prk (PRK) CHLRE / ARATH phosphoribulokinase (regenerates RuBP)
gapA / gapB ARATH chloroplastic GAPDH (redox-regulated)
CP12 CHLRE (A6Q0K5) — already seeded redox switch; PRK–GAPDHCP12 ternary complex

Module F — Carbon-concentrating mechanism (algae/cyano)

Gene Suggested organism Role
LCI5 CHLRE (Q94ET8) — already seeded low-CO2 inducible thylakoid protein
LCIA / LCIB, CCM1/CIA5, carbonic anhydrases CHLRE / SYNY3 inorganic-carbon uptake/concentration

Module G — Pigment biosynthesis (supporting context)

Gene Suggested organism Role
CHLH / CHLD / CHLI ARATH magnesium chelatase (committed chlorophyll step)
POR ARATH protochlorophyllide oxidoreductase

Annotation watch-points (apply during review)

Why study photosynthesis?

  1. Food security / crop yield — Rubisco efficiency and CBB-cycle engineering.
  2. Climate / carbon cycle — primary route of CO2 fixation into the biosphere.
  3. Bioenergy & synthetic biology — engineered carbon-concentrating mechanisms,
    artificial photosynthesis.
  4. Basic science — model supramolecular machines (PSI/PSII) and redox signalling (CP12).

Key references

According to PubMed (verified):
- Umena et al. 2011, Nature 473:55–60 — PSII 1.9 Å structure. PMID:21499260.
- Jordan et al. 2001, Nature 411:909–917 — PSI 2.5 Å structure. PMID:11418848.
- Andersson & Backlund 2008, Plant Physiol Biochem 46:275–291 — Rubisco. PMID:18294858.
- Shao et al. 2021, Cell Commun Signal 19:38 — CP12 / CBB regulation. PMID:33761918.


STATUS

Concept writeup

Gene reviews (deferred — first pass is concept writeup only)

Already seeded

To do (candidates)

NOTES

2026-06-12 (Session 1)

Project created. Scope for this pass: concept writeup + candidate-gene checklist;
individual reviews deferred. Mixed-organism strategy chosen (Synechocystis for core light
reactions, Chlamydomonas for CBB/CCM — already partly seeded — and Arabidopsis for
antenna/photoprotection and nuclear CBB genes).

Attempted just term-deep-research-falcon "Photosynthesis"; the provider run failed
because templates/concept_research.md.j2 embeds a literal {concept} placeholder that is
not substituted, so the model received an empty concept and returned a "cannot be
completed" non-report. The empty file was discarded (not kept as
-deep-research-falcon.md) and terms/photosynthesis/photosynthesis-notes.md was authored
manually instead, with all GO IDs and PMIDs independently verified.

Follow-up infra note (RESOLVED 2026-06-14): templates/concept_research.md.j2 is
detected as a Jinja template (.j2 suffix) but used a literal f-string placeholder
{concept}, which Jinja leaves untouched — so every concept deep-research run received an
empty concept. Fixed by switching the placeholder to Jinja syntax {{ concept }}; verified
by rendering through TemplateProcessor (now substitutes to the real concept).