CMD + K

r-filematrix

Community

Interface for working with large matrices stored in files, not in computer memory. Supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. Supports very large matrices. Tested on multi-terabyte matrices. Allows for more than 2^32 rows or columns. Allows for quick addition of extra columns to a filematrix. Cross-platform as the package has R code only.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::r-filematrix

Usage Tracking

1.3
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

Interface for working with large matrices stored in files, not in computer memory. Supports multiple non-character data types (double, integer, logical and raw) of various sizes (e.g. 8 and 4 byte real values). Access to parts of the matrix is done by indexing, exactly as with usual R matrices. Supports very large matrices. Tested on multi-terabyte matrices. Allows for more than 2^32 rows or columns. Allows for quick addition of extra columns to a filematrix. Cross-platform as the package has R code only.

Last Updated

Dec 26, 2018 at 10:04

License

LGPL-3.0-only

Total Downloads

41.3K

Supported Platforms

noarch