About Anaconda Help Download Anaconda

bioconda / packages / bioconductor-streamer 1.48.0

Enabling stream processing of large files

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.48.0
  • osx-64 v1.48.0

conda install

To install this package run one of the following:
conda install bioconda::bioconductor-streamer
conda install bioconda/label/cf201901::bioconductor-streamer
conda install bioconda/label/gcc7::bioconductor-streamer

Description

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy