PO.BCS01.13 · 生物信息与计算

MambaSV:利用深度序列模型从长读长中准确进行种系和体细胞结构变异检测

MambaSV: Accurate germline and somatic structural variant calling from long-reads with deep sequence model

海报缩略图:MambaSV:利用深度序列模型从长读长中准确进行种系和体细胞结构变异检测
编号 6893 展板 6 时间 4/22 09:00–12:00 区域 Section 4 主讲 Zhihan Zhou
分会场 New Algorithms and Computational Methods
查看 PDF 下载 PDF 🔒 查看 / 下载完整 PDF 需登录并开通下载套餐 · 查看套餐 / 开通 AACR 官方页面

作者与单位 Authors & Affiliations

Zhihan Zhou, Tong Zhu, Pankaj Vats

Nvidia Corporation, Santa Clara, CA

摘要 Abstract

中文摘要
由于肿瘤基因组固有的复杂性——以低变异等位基因分数(VAF)、可变的肿瘤倍性/纯度以及高度复杂的重排模式为特征——体细胞结构变异(SV)难以从长读长测序中检测。由于缺乏标注数据,深度学习模型在这一问题上尚未得到充分探索。为利用它,我们引入了一种新型数据模拟器,可生成配对的正常-肿瘤BAM文件并带有准确的单倍型感知SV标签,以促进模型训练和基准测试。基于此,我们提出了MambaSV,一个GPU原生的深度序列模型,用于单倍型解析的体细胞SV检测。这个可扩展、端到端、单倍型感知的长读长测序(PacBio和ONT)数据模拟器旨在捕捉真实世界的体细胞SV复杂性。它按照经验推导的长度分布模拟五类SV(INS、DEL、DUP、INV、BND),按单倍型和样本进行划分,并将它们连同SNP和INDEL一起注入CHM13以创建合成基因组。长读长以真实统计特征(如长度、错误率等)从合成基因组模拟生成。对于融合,我们通过拼接相关序列片段以FASTA格式生成人工序列构建体,以重现真实的断点特征。为模拟肿瘤异质性,我们混合来自SV基因组和仅含SNP基因组的读长,以实现每个事件0-100%的VAF,在肿瘤中模拟拷贝数中性杂合性缺失(cnLOH),并用第三方工具对两个BAM进行单倍型标记,以模拟实际工作流程。MambaSV经训练以从匹配的肿瘤和正常比对中发现SV。MambaSV将SV发现表述为逐碱基的多类分类任务。在每个碱基处,跨三个通道(hap1、hap2、未分相)和两个样本计算一个30维特征向量(比对质量、补充证据等)。单倍型特异性输入将每个单倍型与未分相通道组合。利用共享权重的孪生网络,MambaSV通过双向Mamba-2主干联合处理肿瘤和正常样本,该主干在保留兆碱基级上下文的同时不损失单碱基分辨率。一个轻量级解码器输出单倍型解析的体细胞预测,经后处理合并连续信号并输出VCF。仅在HiFi BAM上训练并在留出样本(约2.3万个SV)上测试,MambaSV实现了F1 = 92.27(HiFi)和89.32(ONT),优于Severus(69.18/70.31)、Svision-pro(53.92/54.24)、SAVANA(56.37/53.93)和Nanomonsv(42.42/42.20)。总之,我们全面的模拟框架通过实现严格的训练和广泛的泛化性推动了MambaSV的开发,而MambaSV在单一深度模型中统一了碱基级特征、单倍型结构和长程基因组上下文,为长读长数据的体细胞SV检测树立了新标准。
查看英文原文 English abstract
Somatic structural variants (SVs) are difficult to detect from long-read sequencing due to the inherent complexity of tumor genomes characterized by low variant allele fractions (VAFs), variable tumor ploidy/purity, and highly complex rearrangement patterns. Deep learning models are underexplored in this problem due to the lack of labeled data. To leverage it, we introduce a novel data simulator that generates paired normal-tumor BAM files with accurate haplotype-aware SV labels to facilitate model training and benchmarking. Built on this, we present MambaSV, a GPU-native deep sequence model for haplotype-resolved somatic SV calling. The scalable, end-to-end, and haplotype-aware data simulator for long read sequencing (PacBio and ONT) is designed to capture real-world somatic SV complexities. It simulates SVs across five SV classes (INS, DEL, DUP, INV, BND) following empirically derived length distributions, partition them by haplotype and sample, and inject them together with SNPs and INDELs into CHM13 to create synthetic genomes. Longreads are simulated from the synthetic genomes with real statistics (e.g., length, error rate, etc.). For Fusions we generate artificial sequence constructs in FASTA format by concatenating relevant sequence fragments to reproduce true breakpoint signatures. To model tumor heterogeneity, we mix reads from SV and SNP-only genomes to achieve per-event VAFs from 0-100%, simulate copy-neutral loss of heterozygosity (cnLOH) in tumor, and haplotag both BAMs with third-party tools to mirror practical workflows. MambaSV is trained to discover SVs from matched tumor and normal alignments. MambaSV formulates SV discovery as a per-base multi-class classification task. At each base, a 30-feature vector (mapping qualities, supplementary evidence, etc.) is computed across three channels (hap1, hap2, unphased) and both samples. Haplotype-specific inputs combine each haplotype with the unphased channel. Leveraging a Siamese network with shared weights, MambaSV jointly processes tumor and normal samples with a bi-directional Mamba-2 backbone that preserves megabase-scale context without loss of single-base resolution. A lightweight decoder outputs haplotype-resolved somatic predictions, which are post-processed to merge contiguous signals and emit VCFs. Trained solely on HiFi BAMs and tested on held-out samples (~23 k SVs), MambaSV achieves F1 = 92.27 (HiFi) and 89.32 (ONT), outperforming Severus (69.18/70.31), Svision-pro (53.92/54.24), SAVANA (56.37/53.93), and Nanomonsv (42.42/42.20). To conclude, our comprehensive simulation framework fuels MambaSV's development by enabling rigorous training and broad generalizability in challenging real-world scenarios, while MambaSV unifies base-level features, haplotype structure, and long-range genomic context in a single deep model to set a new standard for somatic SV calling from long-read data.
利益披露 Disclosure
Z. Zhou, None.. T. Zhu, None.. P. Vats, None.

← 返回 AACR 2026 检索