Learn R Programming

HDF5Array (version 1.0.2)

An array-like container for convenient access and manipulation of HDF5 datasets

Description

This package implements the HDF5Array class for convenient access and manipulation of HDF5 datasets. In order to reduce memory usage and optimize performance, operations on an HDF5Array object are either delayed or executed using a block processing mechanism. The delaying and block processing mechanisms are independent of the on-disk backend and implemented via the DelayedArray class. They even work on ordinary arrays where they can sometimes improve performance.

Copy Link

Version

Version

1.0.2

License

Artistic-2.0

Maintainer

H Pages

Last Published

February 15th, 2017

Functions in HDF5Array (1.0.2)

cbind-methods

Bind DelayedArray objects along their rows or columns
DelayedArray-utils

Common operations on DelayedArray objects
DelayedArray-class

DelayedArray objects
HDF5Array-class

HDF5 datasets as array-like objects
setHDF5DumpFile

Control the location of automatically created HDF5 datasets