Related Experiment Video
Updated: Jul 22, 2025

16:14
Trajectory Data Analyses for Pedestrian Space-time Activity Study
Published on: February 25, 2013
13.6K
HiC4D: forecasting spatiotemporal Hi-C data with residual ConvLSTM
1Department of Computer Science, University of Miami, 1365 Memorial Drive, 33124, FL, USA.
Briefings in Bioinformatics
|July 21, 2023
Summary
HiC4D introduces a novel ResConvLSTM network for forecasting spatiotemporal Hi-C data, accurately predicting genomic structure dynamics. This computational tool advances the study of genome reorganization across various biological contexts.
Area of Science:
- Genomics
- Computational Biology
- Bioinformatics
Background:
- Hi-C experiments are crucial for studying genomic structures and genome dynamics.
- Spatiotemporal Hi-C data provides insights into genome reorganization over time.
- Computational modeling and forecasting of spatiotemporal Hi-C data are currently lacking.
Purpose of the Study:
- To present HiC4D, a novel computational tool for forecasting spatiotemporal Hi-C data.
- To introduce and evaluate a new deep learning network, residual ConvLSTM (ResConvLSTM), for this task.
Main Methods:
- Developed a novel ResConvLSTM network, combining residual networks and convolutional long short-term memory.
- Benchmarked ResConvLSTM against five other methods, including NaiveNet, ConvLSTM, ST-LSTM, SA-LSTM, and SimVP.
- Utilized eight diverse spatiotemporal Hi-C datasets for blind testing, covering embryogenesis and other biological processes.
Main Results:
- ResConvLSTM consistently outperformed other methods in accurately predicting future Hi-C contact matrices across eight blind-test datasets.
- All benchmarked methods successfully identified topologically associating domain boundaries from experimental Hi-C data.
- HiC4D demonstrated effectiveness as a tool for predicting spatiotemporal Hi-C data.
Conclusions:
- HiC4D, powered by ResConvLSTM, is an effective tool for forecasting spatiotemporal Hi-C data.
- The developed method advances computational approaches for understanding genome dynamics.
- HiC4D is publicly available for research use.
Related Concept Videos
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
