Urgent.News

What's breaking now, across thousands of outlets.

AI

Explainable Machine Learning and Epigenomic Profiling Decipher the Topological Determinants of Lentiviral Integration and Longitudinal Persistence in SCID-X1 Gene Therapy

Lentiviral vectors (LVs) are clinically established for SCID-X1 gene therapy, yet the quantitative epigenomic and spatial determinants governing integration targeting and long-term clonal persistence across chromosomes remain incompletely characterized. Using clinical multi-omics datasets from SCID-X1 trials, we curated 274,959 unique clinical integration sites (VIS) across 276,839 clonal records…

Lentiviral vectors have become a standard tool for SCID-X1 gene therapy, yet the underlying epigenomic and spatial factors that determine precise integration targeting and long-term clonal persistence remain poorly understood. By leveraging extensive clinical multi-omics datasets from SCID-X1 trials, researchers curated a comprehensive dataset of 274,959 unique integration sites across 276,839 clonal records from 10 patients, using a total of 549,918 genomic controls for comparison.

By comparing these integration sites to length-weighted genomic controls, five key epigenomic and topological features were identified and analyzed.

Using machine learning algorithms including Logistic Regression, XGBoost, and a Deep Genomic ResNet, the research team evaluated the ability of these models to predict integration patterns. Through rigorous inner 5-fold chromosome-grouped cross-validation and held-out test chromosomes analysis (chr19-22, chrX), the Deep ResNet model emerged as the most accurate predictor, achieving an impressive ROC-AUC of 0.7857 (95% CI: 0.7672-0.8029) and PR-AUC of 0.8027 (95% CI: 0.7640-0.8337), outperforming baseline linear models.

Crucially, these findings were validated against random permutations, confirming the robustness of the model's predictions.

Notably, the study revealed that compact topological and epigenomic factors can effectively predict lentiviral integration without the risk of spatial data leakage. Furthermore, longitudinal tracking of integration sites uncovered 79,587 persistent clones spanning at least two time points. These persistent clones exhibited a significant 31% depletion near proto-oncogenes, suggesting a potential safety concern for SCID-X1 gene therapy.

The insertional safety of SIN lentiviral gene therapy is confirmed by the long-term depletion of persistent clones near oncogenes, providing valuable insights into the topological determinants of lentiviral integration and persistence in gene therapy applications.

Written by urgent.news from bioRxiv's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at biorxiv.org →

More in AI

12 Files In, 4 Out: The Secret-Scanning Gate Between Claude Code's Audit Memos and My Obsidian Wiki

Last time I wrote about handing a monitoring script exactly one root command . This post is the same question ― what do you let unattended automation touch?

  • Script named wiki-sync-improvements.sh monitors ~/.claude/improvements/ for markdown audit files
  • Allows 4 out of 12 files through, halts if any contain secrets like API keys
  • Filters out log.md, README.md, and next-session-todo.md before secret scanning

Circuit Breakers for Agentic AI Workflows: Controlling Blast Radius in Autonomous Code Review

Originally published on tamiz.pro . The rapid adoption of agentic AI in software engineering has introduced a new class of operational risks: autonomous agents that can interpret, execute, and commit…

  • Agentic AI workflows lack safety features of traditional software.
  • Circuit Breaker pattern isolates failures and enforces human intervention.
  • Agentic Circuit Breaker uses finite state machine to manage agent actions.

More from Saturday 12 September →