To install this package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("Streamer")

In most cases, you don't need to download the package archive at all.

Streamer

   

This package is for version 2.10 of Bioconductor; for the stable, up-to-date release version, see Streamer.

Enabling stream processing of large files

Bioconductor version: 2.10

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>

Citation (from within R, enter citation("Streamer")):

Installation

To install this package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("Streamer")

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("Streamer")

 

PDF Streamer: A simple example
PDF   Reference Manual

Details

biocViews Software
Version 1.2.1
In Bioconductor since BioC 2.9 (R-2.14) (4.5 years)
License Artistic-2.0
Depends
Imports methods, graph
LinkingTo
Suggests RUnit, Rsamtools(>= 1.5.53)
SystemRequirements
Enhances multicore
URL
Depends On Me
Imports Me
Suggests Me
Build Report  

Package Archives

Follow Installation instructions to use this package in your R session.

Package Source Streamer_1.2.1.tar.gz
Windows Binary Streamer_1.2.1.zip (32- & 64-bit)
Mac OS X 10.6 (Snow Leopard)
Subversion source (username/password: readonly)
Git source https://github.com/Bioconductor-mirror/Streamer/tree/release-2.10
Package Short Url http://bioconductor.org/packages/Streamer/
Package Downloads Report Download Stats

Documentation »

Bioconductor

R / CRAN packages and documentation

Support »

Please read the posting guide. Post questions about Bioconductor to one of the following locations:

Fred Hutchinson Cancer Research Center