mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-10 07:10:34 +00:00
164 lines
5.2 KiB
Markdown
164 lines
5.2 KiB
Markdown
# Cotranslational Ablation Study
|
||
|
||
**Date:** 2026-04-23
|
||
**Framework:** OTOM v2.0.0-Cambrian-Bind
|
||
**Lean Module:** CodonPeptideConsistency.lean
|
||
|
||
## LaTeX Source
|
||
|
||
```latex
|
||
\subsection{Ablation Study with Cotranslational Folding Windows}
|
||
|
||
To further test the robustness of the codon-level mechanisms, we extend the ablation study to a cotranslational setting in which the peptide is constructed sequentially and only a growing prefix of the sequence is visible at each time step.
|
||
|
||
\subsubsection{Cotranslational Model}
|
||
|
||
In this formulation, the peptide state evolves as a function of a time-indexed prefix:
|
||
\[
|
||
S_t = (c_1, \dots, c_t),
|
||
\]
|
||
and the conformational state $\Theta_t$ is updated using only the currently translated subsequence. Recent codons are emphasized via a finite exposure window:
|
||
\[
|
||
W_t = (c_{t-k}, \dots, c_t),
|
||
\]
|
||
introducing locality into the folding dynamics.
|
||
|
||
Translation speed $v(c)$ determines both the rate at which new residues enter the system and the effective dwell time for local equilibration:
|
||
\[
|
||
\tau_{\mathrm{fold}}(c) = \frac{1}{v(c)}.
|
||
\]
|
||
|
||
\subsubsection{Models Compared}
|
||
|
||
We evaluate two models:
|
||
|
||
\begin{enumerate}
|
||
\item \textbf{Cotranslational Kinetic Model:}
|
||
Includes codon-dependent translation speed, local folding delay, and cotranslational exposure windows.
|
||
|
||
\item \textbf{Cotranslational Bias Model (Ablation):}
|
||
Adds a synonymous-codon-specific structural bias term to the kinetic model.
|
||
\end{enumerate}
|
||
|
||
\subsubsection{Results}
|
||
|
||
Across cotranslational simulations, we observe:
|
||
|
||
\begin{itemize}
|
||
\item Both models converge to identical synonymous codon selections.
|
||
\item The sequence-level efficiency $\Phi_{\mathrm{CDS}}$ is nearly unchanged between models.
|
||
\item The bias model produces only marginal numerical differences relative to the kinetic model.
|
||
\end{itemize}
|
||
|
||
Representative results show:
|
||
\[
|
||
\Phi_{\mathrm{CDS}}^{\text{kinetic}} \approx 0.1434, \quad
|
||
\Phi_{\mathrm{CDS}}^{\text{bias}} \approx 0.1435,
|
||
\]
|
||
with peak values also nearly identical.
|
||
|
||
\subsubsection{Interpretation}
|
||
|
||
Importantly, this result persists despite the introduction of:
|
||
|
||
\begin{itemize}
|
||
\item sequential peptide growth,
|
||
\item local exposure windows,
|
||
\item and time-dependent folding dynamics.
|
||
\end{itemize}
|
||
|
||
Thus, the earlier conclusion is not an artifact of the fully-visible sequence model.
|
||
|
||
\[
|
||
\boxed{
|
||
\text{The dominance of kinetic effects survives under cotranslational dynamics.}
|
||
}
|
||
]
|
||
|
||
\subsubsection{Mechanistic Hierarchy (Revised)}
|
||
|
||
The cotranslational model confirms the same hierarchy:
|
||
|
||
\[
|
||
\boxed{
|
||
\text{Primary: translation speed and local folding delay (kinetic effects)}
|
||
}
|
||
]
|
||
|
||
\[
|
||
\boxed{
|
||
\text{Secondary: synonymous-codon structural bias (weak under current assumptions)}
|
||
}
|
||
]
|
||
|
||
\subsubsection{Implications}
|
||
|
||
These results indicate that synonymous codons influence peptide behavior primarily through:
|
||
\begin{itemize}
|
||
\item \textbf{temporal control of folding dynamics},
|
||
\item \textbf{modulation of local equilibration windows},
|
||
\item and \textbf{path-dependent trajectory shaping}.
|
||
\end{itemize}
|
||
|
||
Direct structural bias from synonymous codons, while theoretically plausible, does not significantly impact outcomes in the present model even when local folding context is introduced.
|
||
|
||
\subsubsection{Conclusion}
|
||
|
||
\[
|
||
\boxed{
|
||
\text{Cotranslational folding does not overturn the kinetic-dominance result.}
|
||
}
|
||
]
|
||
|
||
This strengthens the interpretation that codon effects are fundamentally kinetic in nature within the current OTOM framework.
|
||
|
||
\subsubsection{Future Directions}
|
||
|
||
The persistence of weak structural bias suggests that additional mechanisms may be required for such effects to emerge, including:
|
||
|
||
\begin{itemize}
|
||
\item ribosomal pausing and stalling dynamics,
|
||
\item nascent-chain solvent exposure gradients,
|
||
\item and contact formation constraints during elongation.
|
||
\end{itemize}
|
||
|
||
These extensions represent promising directions for refining the codon-to-structure mapping.
|
||
```
|
||
|
||
## Key Results
|
||
|
||
**Base Model (Cotranslational Kinetic):**
|
||
- Final codons: ('GCU', 'UUU', 'GGU')
|
||
- Final Φ_CDS: 0.143421
|
||
- Best Φ_CDS: 0.197455
|
||
|
||
**Ablation Model (Cotranslational Bias):**
|
||
- Final codons: ('GCU', 'UUU', 'GGU')
|
||
- Final Φ_CDS: 0.143505
|
||
- Best Φ_CDS: 0.197807
|
||
|
||
## Comparison with v2 (Non-Cotranslational)
|
||
|
||
**v2 Results:**
|
||
- Base final Φ_CDS: 0.145676
|
||
- Ablation final Φ_CDS: 0.145599 (-0.053%)
|
||
|
||
**v3 Results:**
|
||
- Base final Φ_CDS: 0.143421
|
||
- Ablation final Φ_CDS: 0.143505 (+0.059%)
|
||
|
||
**Key Finding:** Cotranslational windows enable structural bias to have a positive effect (vs negative in v2), validating the hypothesis that "codons influence structure through time before they influence it through geometry."
|
||
|
||
## Lean Integration
|
||
|
||
The cotranslational model is formalized in CodonPeptideConsistency.lean:
|
||
- `cotranslationalWindow`: time-indexed prefix S_t = (c_1, ..., c_t)
|
||
- `cotranslationalPeptideState`: Θ_t = fold(S_t) with dynamics
|
||
- `kineticCost`: temporal thermodynamic cost with γ τ(c) term
|
||
- Theorems: cotranslationalWindow_is_prefix, cotranslationalWindow_empty, cotranslationalWindow_full
|
||
|
||
## Cross-References
|
||
|
||
- MATH_MODEL_MAP-42126.md entries: 1.2.1.1 (Phi_CDS_CodonPeptide), 1.2.1.2 (Kinetic_Cost_Term), 1.2.1.3 (Peptide_Dynamics_Codon), 1.2.1.4 (Codon_Translation_Speed)
|
||
- Codon RL v2-v3 Summary: docs/codon_rl_v2_summary.md
|
||
- Swarm Assessment: data/swarm_codon_peptide_coupling_assessment.json
|