Package 'rhdf5filters'

Title: HDF5 Compression Filters
Description: Provides a collection of additional compression filters for HDF5 datasets. The package is intended to provide seemless integration with rhdf5, however the compiled filters can also be used with external applications.
Authors: Mike Smith [aut, cre]
Maintainer: Mike Smith <[email protected]>
License: BSD_2_clause + file LICENSE
Version: 1.17.0
Built: 2024-07-02 05:02:26 UTC
Source: https://github.com/bioc/rhdf5filters

Help Index


Return a list of installed filters

Description

This function can be used to produce a vector of the installed filters.

Usage

available_filters()

Value

A character vector containing the names of the installed filters.

Examples

available_filters()

Return location of installed filters

Description

This function can be used to find the location of the installed filters. Setting the environment variable HDF5_PLUGIN_PATH to this value will allow other applications that require the the filters to use the versions distributed with this package.

Usage

hdf5_plugin_path()

Value

A character string containing the path where the compiled filters are located.

Examples

hdf5_plugin_path()

rhdf5filters

Description

This package provides several HDF5 compression filters for use with rhdf5 or other tools using HDF5.

Author(s)

Maintainer: Mike Smith [email protected] (ORCID)

See Also

Useful links: