Related Experiment Video
Updated: Jul 10, 2026

10:10
Three Differential Expression Analysis Methods for RNA Sequencing: limma, EdgeR, DESeq2
Published on: September 18, 2021
Two-pass imputation algorithm for missing value estimation in gene expression time series.
Elena Tsiporkova1, Veselka Boeva
1Department of Molecular Genetics, Ghent University, Technologiepark 927, 9052 Ghent, Belgium. elena.tsiporkova@vrt.be
Journal of Bioinformatics and Computational Biology
|October 13, 2007
Summary
This study introduces a new imputation algorithm for gene expression time series data, outperforming existing methods. The novel two-pass DTWimpute algorithm accurately estimates missing values, enhancing data analysis in genomics.
Area of Science:
- Genomics
- Bioinformatics
- Computational Biology
Background:
- Gene expression data often contains missing values, hindering downstream analysis.
- Existing imputation methods are frequently unsuitable for time series expression profiles.
- Accurate estimation of missing values is crucial for reliable gene expression data mining and classification.
Purpose of the Study:
- To develop a novel imputation algorithm specifically designed for gene expression time series data.
- To evaluate the performance of different Dynamic Time Warping (DTW)-based imputation strategies.
- To provide an optimized C++ implementation of the most effective imputation algorithm.
Main Methods:
- Utilized Dynamic Time Warping (DTW) distance to measure similarity between time expression profiles.
- Developed and compared three DTW-based imputation algorithms: position-wise, neighborhood-wise, and two-pass.
- Evaluated algorithm accuracy on yeast expression time series data and benchmarked against weighted K-Nearest Neighbors (KNN).
Main Results:
- The two-pass DTWimpute algorithm demonstrated superior performance, especially with higher proportions of missing data.
- DTW-based imputation outperformed the widely used weighted KNN algorithm.
- The C++ implementation offers optimized performance and flexibility with initial imputation methods.
Conclusions:
- DTW techniques offer significant added value for missing value estimation in gene expression time series.
- The two-pass DTWimpute algorithm is a robust and accurate solution for handling missing data in genomic time series.
- The optimized C++ software facilitates improved analysis of gene expression time series data.
