相关实验视频
Updated: Jul 22, 2025

16:14
Trajectory Data Analyses for Pedestrian Space-time Activity Study
Published on: February 25, 2013
13.6K
HiC4D:使用剩余的ConvLSTM预测空间时间Hi-C数据
1Department of Computer Science, University of Miami, 1365 Memorial Drive, 33124, FL, USA.
Briefings in bioinformatics
|July 21, 2023
概括
HiC4D引入了一种新的ResConvLSTM网络,用于预测时空Hi-C数据,准确预测基因组结构动态. 这种计算工具推进了在各种生物环境中对基因组重组的研究.
科学领域:
- 基因组学就是基因组学.
- 计算生物学 计算生物学
- 生物信息学是一种生物信息学.
背景情况:
- 高温实验对于研究基因组结构和基因组动力学至关重要.
- 时空Hi-C数据提供了对随时间的基因组重组的洞察.
- 目前缺少空间时空Hi-C数据的计算建模和预测.
研究的目的:
- 为了介绍HiC4D,这是一种用于预测时空空间Hi-C数据的新型计算工具.
- 为此任务引入和评估一个新的深度学习网络,剩余ConvLSTM (ResConvLSTM).
主要方法:
- 开发了一个新的ResConvLSTM网络,结合了残余网络和卷积长短期内存.
- 与其他五种方法进行比较,包括NaiveNet,ConvLSTM,ST-LSTM,SA-LSTM和SimVP.
- 利用八个不同的时空Hi-C数据集进行盲目测试,涵盖胚胎生成和其他生物过程.
主要成果:
- 在八个盲测数据集中,ResConvLSTM在准确预测未来的Hi-C接触矩阵方面始终优于其他方法.
- 所有的基准方法都成功地从实验性Hi-C数据中确定了拓上关联的域边界.
- HiC4D证明了其作为预测时空 Hi-C 数据的工具的有效性.
结论:
- 由ResConvLSTM驱动的HiC4D是预测时空空间Hi-C数据的有效工具.
- 开发的方法推进了理解基因组动态的计算方法.
- HiC4D是公开可用于研究的.
相关概念视频
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K
Residual Plots
4.7K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.7K
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
Convolution: Math, Graphics, and Discrete Signals
296
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
296
Noncompartmental Analysis: Mean Residence Time
190
According to statistical moment theory, mean residence time (MRT) is an important measure in pharmacokinetics. MRT can be defined as the expected mean of a probability density function distribution. It provides valuable insights into drug disposition in the body.
After the administration of a drug through intravenous bolus injection, the drug molecules are distributed throughout the body and remain there for varying periods. The MRT represents the average time these drug molecules stay in the...
After the administration of a drug through intravenous bolus injection, the drug molecules are distributed throughout the body and remain there for varying periods. The MRT represents the average time these drug molecules stay in the...
190
Deconvolution
191
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
191
