Part VII — Chapter 19

Stress Biochemistry

Reactive oxygen species are both toxic by-products and important signals. Plants deploy a multi-layered antioxidant network, together with osmolytes, chaperones, and metal chelators, to survive oxidative, thermal, osmotic, and heavy metal stress.

Foyer-Halliwell-Asada Pathway (Ascorbate-Glutathione Cycle)

H2O2(from SOD)APX+2 AsA2 H2O+ 2 MDHAMDHA(monodehydroascorbate)MDHAR+NADPHAsADHA(dehydroascorbate)spontaneousDHAR+GSHAsA+ GSSGGSSG(oxidised glutathione)GR+NADPH2 GSH(reduced glutathione)O2.-SODor: CAT2 H2O2 2192 2H2O + O2NADPHfrom Calvin cycleor pentose phosphate

Reactive Oxygen Species (ROS) in Plants

Superoxide anion (O₂•⁻)

~1 μs

Mehler reaction (PSI), NADPH oxidase, mitochondrial ETC

Cannot cross membranes; dismutated by SOD → H₂O₂ + O₂. Charged; stays in compartment of origin.

Hydrogen peroxide (H₂O₂)

~1 ms

SOD product, peroxisomes (glycolate oxidase, fatty acid β-oxidation)

Membrane-permeable; can act as a signalling molecule (redox signalling) at low concentrations. Detoxified by CAT and APX.

Hydroxyl radical (•OH)

~1 ns

Fenton reaction: Fe²⁺ + H₂O₂ → Fe³⁺ + •OH + OH⁻

Most reactive ROS; no enzymatic scavenger. Causes DNA strand breaks, protein oxidation, lipid peroxidation. Controlled by limiting free iron.

Singlet oxygen (¹O₂)

~200 ns

PSII triplet chlorophyll; carotenoid-sensitised reactions

Key trigger for chloroplast-to-nucleus retrograde signalling (EXECUTER1/2 pathway). Quenched by carotenoids (beta-carotene) and tocopherols.

Antioxidant Enzymes

SOD (superoxide dismutase)

2 O₂•⁻ + 2 H⁺ → H₂O₂ + O₂

Three isoforms: Cu/Zn-SOD (cytosol/chloroplast), Mn-SOD (mitochondria), Fe-SOD (chloroplast). First line of defence; k_cat ~10⁹ M⁻¹s⁻¹.

Catalase (CAT)

2 H₂O₂ → 2 H₂O + O₂

Peroxisomal; handles high H₂O₂ flux (photorespiration). No reductant required; iron porphyrin cofactor. Three isoforms in Arabidopsis (CAT1/2/3).

APX (ascorbate peroxidase)

H₂O₂ + 2 AsA → 2 H₂O + 2 MDHA

Chloroplastic (stromal + thylakoid-bound) and cytosolic. High affinity for H₂O₂ (Km ~80 μM). Central hub of the AsA-GSH cycle.

Key Equations

\( \text{AsA} + \text{H}_2\text{O}_2 \xrightarrow{\text{APX}} \text{MDHA} + 2\,\text{H}_2\text{O} \)

\( \text{DHA} + 2\,\text{GSH} \xrightarrow{\text{DHAR}} \text{AsA} + \text{GSSG} \)

\( \text{GSSG} + \text{NADPH} \xrightarrow{\text{GR}} 2\,\text{GSH} + \text{NADP}^+ \)

Osmolytes, Heat Shock, Cold & Heavy Metals

Osmolyte Accumulation (Drought/Salt)

Proline

Synthesised from glutamate (P5CS key enzyme) during drought/salinity. Acts as osmolyte, metal chelator, and ROS scavenger. Accumulates to 100+ mM in some halophytes. Proline dehydrogenase (ProDH) catabolises upon stress relief; NADH yields to mitochondria.

Glycine betaine

Quaternary ammonium compound; synthesised from choline by BADH (betaine aldehyde dehydrogenase) in chloroplasts. Stabilises membranes and PSII complex. Not all plants synthesise it (absent in Arabidopsis).

Trehalose

Disaccharide from two glucoses (TPS/TPP pathway). Low concentrations but powerful protection via water replacement hypothesis (vitrification). Also a signalling molecule (T6P, Ch 17).

Heat Shock, Cold & Heavy Metals

Heat shock proteins (HSPs)

Hsp70 (DnaK-type), Hsp90 (HtpG-type), Hsp101 (ClpB-type), and small HSPs (sHSP) are upregulated by heat shock factors (HSF-A1). sHSPs form oligomeric shields protecting unfolded proteins; Hsp101 disaggregates protein aggregates. RNA thermometers (secondary structures in 5-UTRs) sense heat directly.

Cold acclimation

FAD desaturases (FAD2/3/7/8) increase unsaturated fatty acids at low temperature, maintaining membrane fluidity. LEA (late embryogenesis abundant) proteins stabilise cellular glasses during desiccation. ICE1-CBF-COR transcription cascade: ICE1 activates CBF1/2/3, which induce COR (cold-regulated) genes within 1-3 h.

Heavy metal detoxification

Phytochelatins (PCs: (Gly-Cys)n peptides synthesised by PC synthase from GSH) bind Cd²⁺, As, Pb in the cytosol; PC-metal complexes transported into vacuole by HMT1/ABC transporters. Metallothioneins (MTs): small Cys-rich proteins induced by Cu, Zn, and Cd; bind metals via thiolate clusters.

Python: ROS Dynamics Under Light Stress

Numerically integrate ODE model of the ascorbate-glutathione cycle (APX, MDHAR, DHAR, GR, SOD, CAT) under low and high light stress conditions, tracking H2O2, AsA/DHA pool, and GSH/GSSG redox status.

Python
script.py149 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server