BufferedMatrix
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see BufferedMatrix.
A matrix data storage object held in temporary files
Bioconductor version: 3.6
A tabular style data object where most data is stored outside main memory. A buffer is used to speed up access to data.
Author: Ben Bolstad <bmb at bmbolstad.com>
Maintainer: Ben Bolstad <bmb at bmbolstad.com>
Citation (from within R, enter
citation("BufferedMatrix")
):
Installation
To install this package, start R (version "3.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BufferedMatrix")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BufferedMatrix")
BufferedMatrix: Introduction | R Script | |
Reference Manual |
Details
biocViews | Infrastructure, Software |
Version | 1.42.0 |
In Bioconductor since | BioC 2.0 (R-2.5) (17 years) |
License | LGPL (>= 2) |
Depends | R (>= 2.6.0), methods |
Imports | |
System Requirements | |
URL | https://github.com/bmbolstad/BufferedMatrix |
See More
Suggests | |
Linking To | |
Enhances | |
Depends On Me | BufferedMatrixMethods |
Imports Me | |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | BufferedMatrix_1.42.0.tar.gz |
Windows Binary | BufferedMatrix_1.42.0.zip (32- & 64-bit) |
Mac OS X 10.11 (El Capitan) | BufferedMatrix_1.42.0.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/BufferedMatrix |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/BufferedMatrix |
Package Short Url | https://bioconductor.org/packages/BufferedMatrix/ |
Package Downloads Report | Download Stats |
Old Source Packages for BioC 3.6 | Source Archive |