Showing 2 of total 2 results (show query)
bioc
BiocParallel:Bioconductor facilities for parallel evaluation
This package provides modified versions and novel implementation of functions for parallel evaluation, tailored to use with Bioconductor objects.
Maintained by Martin Morgan. Last updated 1 days ago.
infrastructurebioconductor-packagecore-packageu24ca289073cpp
67 stars 17.50 score 7.3k scripts 1.1k dependentsbioc
Streamer:Enabling stream processing of large files
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.
Maintained by Martin Morgan. Last updated 5 months ago.
3.30 score 2 scripts