Streamer

Enabling stream processing of large files

Bioconductor version: 2.9

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.

Author: Martin Morgan, Nishant Gopalakrishnan

Maintainer: Martin Morgan <mtmorgan at fhcrc.org>

To install this package, start R and enter:

    source("http://bioconductor.org/biocLite.R")
    biocLite("Streamer")

To cite this package in a publication, start R and enter:

    citation("Streamer")

Documentation

PDF R Script Streamer.pdf
PDF   Reference Manual

Details

biocViews
Depends
Imports methods, graph
Suggests RUnit, Rsamtools(>= 1.5.53)
System Requirements
License Artistic-2.0
URL
Depends On Me
Imports Me
Suggests Me
Version 1.0.0
Since Bioconductor 2.9 (R-2.14)

Package Downloads

Package Source Streamer_1.0.0.tar.gz
Windows Binary Streamer_1.0.0.zip (32- & 64-bit)
MacOS 10.5 (Leopard) binary Streamer_1.0.0.tgz
Package Downloads Report Download Stats

Workflows »

Common Bioconductor workflows include:

 

Mailing Lists »

Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!

Fred Hutchinson Cancer Research Center