bioconductor-streamer
Enabling stream processing of large files
Enabling stream processing of large files
To install this package, run one of the following:
Large data files can be difficult to work with in R, where data generally resides in memory. This package encourages a style of programming where data is 'streamed' from disk into R via a producer' and through a series ofconsumers' that, typically reduce the original data to a manageable size. The package provides useful Producer and Consumer stream components for operations such as data input, sampling, indexing, and transformation; see package?Streamer for details.
Summary
Enabling stream processing of large files
Last Updated
Dec 18, 2024 at 23:02
License
Artistic-2.0
Total Downloads
47.0K
Supported Platforms