Chrom-Sig:通过信号处理方法消除1D基因组资料的噪音
Nandita J Gupta1,2, Zachary Apell2,3, Minji Kim1,2
1Department of Electrical and Computer Engineering, University of Michigan, Ann Arbor, MI 48109, United States.
Bioinformatics (Oxford, England)
|December 1, 2025
概括
Chrom-Sig是一个新的Python包,可以有效地消除基因组测序数据中的技术噪音,如ChIP-seq和ATAC-seq. 它可以准确地识别真正的生物信号,而不需要额外的控制,使基因组分析更快,更可靠.
科学领域:
- 基因组学就是基因组学.
- 计算生物学 计算生物学
- 生物信息学是一种生物信息学.
背景情况:
- 像ChIP-seq,CUT&Tag,CUT&RUN和ATAC-seq这样的下一代测序 (NGS) 实验对于研究转录因子结合和染色质可访问性至关重要.
- 这些NGS方法产生覆盖范围数据,通常包含技术噪声,需要强大的信号提取方法.
- 现有的降噪技术可能是计算密集型或需要特定的实验控制,给研究人员带来局限性.
研究的目的:
- 开发一个统计严格和计算高效的方法来消除1D基因组覆盖轨道的噪音.
- 创建一个工具,可以从杂的NGS数据中提取真正的生物信号,而无需先前假设或实验控制.
- 提供适用于各种基因组测序技术的多功能Python包.
主要方法:
- 开发了Chrom-Sig,这是一个Python包,可以计算实证零分布以消除基因组覆盖轨道的噪音.
- 实施了一种将NGS数据分解为不同的信号和噪声组件的方法.
- 在各种数据集上验证了方法,包括ChIP-seq,CUT&RUN,ATAC-seq和snATAC-seq.
主要成果:
- Chrom-Sig有效地消除1D基因组覆盖轨道的噪音,区分信号和噪音.
- 该软件包快速执行降噪和峰值调用,通常在1-2小时内,使用大约20GB的内存.
- 来自CTCF CUT&RUN实验的无噪声数据显示了与CTCF结合动机的高度重叠,并且ATAC-seq/RNA聚合酶II数据在增强剂和促进剂等监管区域中得到了丰富.
结论:
- Chrom-Sig提供了一个计算效率高且在统计学上可靠的解决方案,用于消除基因组覆盖数据的噪音.
- 该工具准确地识别了生物相关的信号,增强了NGS实验的解释.
- 克罗姆-Sig是一个多功能和可通用的工具,准备在当前和未来的基因组研究中广泛应用.
相关概念视频
¹³C NMR: ¹H–¹³C Decoupling
1.7K
The probability of having two carbon-13 atoms next to each other is negligible because of the low natural abundance of carbon-13. Consequently, peak splitting due to carbon-carbon spin-spin coupling is not observed in spectra. However, protons up to three sigma bonds away split the carbon signal according to the n+1 rule, resulting in complicated spectra.
A broadband decoupling technique is used to simplify these complex, sometimes overlapping, signals. Broadband decoupling relies on a...
A broadband decoupling technique is used to simplify these complex, sometimes overlapping, signals. Broadband decoupling relies on a...
1.7K
¹H NMR: Interpreting Distorted and Overlapping Signals
1.4K
Spin systems where the difference in chemical shifts of the coupled nuclei is greater than ten times J are called first-order spin systems. These nuclei are weakly coupled, and their chemical shifts and coupling constant can generally be estimated from the well-separated signals in the spectrum.
As Δν decreases and the signals move closer, the doublets appear increasingly distorted. The intensities of the inner lines increase at the cost of those of the outer lines as the signals are...
As Δν decreases and the signals move closer, the doublets appear increasingly distorted. The intensities of the inner lines increase at the cost of those of the outer lines as the signals are...
1.4K
Downsampling
576
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
576


