benchmarking hdf5 compression filters in r
play

Benchmarking HDF5 Compression Filters in R Mike L. Smith - PowerPoint PPT Presentation

Benchmarking HDF5 Compression Filters in R Mike L. Smith @grimbough HDF5 is a file format for storing large, heterogenous, data Used in a variety of software, e.g: DelayedArray Kallisto ONT sequencing mz5 mass spec


  1. Benchmarking HDF5 Compression Filters in R Mike L. Smith @grimbough

  2. HDF5 is a file format for storing large, heterogenous, data ● Used in a variety of software, e.g: DelayedArray ○ ○ Kallisto ONT sequencing ○ ○ mz5 mass spec file Interfaces in many languages ● ○ C, Python, … ○ rhdf5 & Rhdf5lib ● Key features: ○ Hierarchical Self describing ○ ○ Efficient subsetting Compressed ○ http://neondataskills.org/HDF5/About

  3. HDF5 datasets are not contiguous, but stored in chunks

  4. HDF5 datasets are not contiguous, but stored in chunks

  5. Chunks are stored separately on disk

  6. Only read the chunks needed for a subset

  7. Chunks can be processed by filters - usually for compression Writing GZIP Shuffle Compress In Memory On Disk Data Storage Chunk GZIP Unshuffle Decompress Reading

  8. There are a number of compression filters available ● Internal filters ○ HDF5 ships with support for GZIP and SZIP Dynamic filters ● ○ Third party tools can be made available at runtime ○ Wrap existing compression tool in small amount of C code Provide location to HDF5 and they are loaded when required ○ ○ Independent of the application(s) using them

  9. rhdf5filters provides additional filters in R ● BLOSC meta compressor ● BZIP2 ● Compiles C code on all platforms, including Windows ● Integrated with rhdf5 ○ Writing: Supply argument to function ○ Reading: Used automatically if needed msmith.de/rhdf5filters/ ●

  10. Filters & parameters have been benchmarked Reading Time Writing Time File Size

  11. You can explore the results with a shiny app msmith.de/rhdf5filters-benchmarks ● ● Scripts to run benchmarks also available Grateful for any contributions on ● both style and substance!

  12. Thanks to EMBL Huber Lab & BioC community! msmith.de/rhdf5filters-benchmarks @grimbough

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend