Related Experiment Video
Updated: Jun 14, 2026

Automating ChIP-seq Experiments to Generate Epigenetic Profiles on 10,000 HeLa Cells
Published on: December 10, 2014
A fast machine learning dataloader for epigenetic tracks from BigWig files
Joren Sebastian Retel1, Andreas Poehlmann1, Josh Chiou1
1Machine Learning Research, Pfizer Worldwide Research Development and Medical, Friedrichstraße 110, Berlin 10117, Germany.
Summary:
We created bigwig-loader, a data-loader for epigenetic profiles from BigWig files that decompresses and processes information for multiple intervals from multiple BigWig files in parallel. This is an access pattern needed to create training batches for typical machine learning models on epigenetics data. Using a new codec, the decompression can be done on a graphical processing unit (GPU) making it fast enough to create the training batches during training, mitigating the need for saving preprocessed training examples to disk.
Availability And Implementation:
The bigwig-loader installation instructions and source code can be accessed at https://github.com/pfizer-opensource/bigwig-loader.

