recipe bioconductor-streamer

Enabling stream processing of large files

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/Streamer.html

License:

Artistic-2.0

Recipe:

/bioconductor-streamer/meta.yaml

Links:

biotools: streamer, doi: 10.1038/nmeth.3252

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 of `consumers' 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.

package bioconductor-streamer

(downloads) docker_bioconductor-streamer

Versions:
1.44.0-11.44.0-01.40.0-21.40.0-11.40.0-01.38.0-01.36.0-11.36.0-01.34.0-0

1.44.0-11.44.0-01.40.0-21.40.0-11.40.0-01.38.0-01.36.0-11.36.0-01.34.0-01.32.0-01.30.0-11.28.0-01.26.0-01.24.0-01.22.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-streamer

and update with:

conda update bioconductor-streamer

or use the docker container:

docker pull quay.io/biocontainers/bioconductor-streamer:<tag>

(see bioconductor-streamer/tags for valid values for <tag>)

Download stats