Bioconductor version: Release (2.12)
This package defines a "BigMatrix" ReferenceClass which adds safety and convenience features to the filebacked.big.matrix class from the bigmemory package. BigMatrix protects against segfaults by monitoring and gracefully restoring the connection to on-disk data and it also protects against accidental data modification with a filesystem-based permissions system. We provide utilities for using BigMatrix-derived classes as assayData matrices within the Biobase package's eSet family of classes. BigMatrix provides some optimizations related to attaching to, and indexing into, file-backed matrices with dimnames. Additionally, the package provides a "BigMatrixFactor" class, a file-backed matrix with factor properties.
Author: Peter M. Haverty
Maintainer: Peter M. Haverty <phaverty at gene.com>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("bigmemoryExtras")
To cite this package in a publication, start R and enter:
citation("bigmemoryExtras")
R Script | bigmemoryExtras | |
Reference Manual | ||
Text | NEWS |
biocViews | DataRepresentation, Infrastructure, Software |
Version | 1.2.0 |
In Bioconductor since | BioC 2.11 (R-2.16) |
License | Artistic-2.0 |
Depends | R (>= 2.12), bigmemory (>= 4.3) |
Imports | bigmemory, biganalytics, methods, Biobase |
Suggests | RUnit, BiocGenerics(>= 0.1.0) |
System Requirements | |
URL | |
Depends On Me | |
Imports Me | gCMAP, gCMAPWeb |
Suggests Me |
Package Source | bigmemoryExtras_1.2.0.tar.gz |
Windows Binary | |
Mac OS X 10.6 (Snow Leopard) | bigmemoryExtras_1.2.0.tgz |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!