BufferedMatrix
This is the development version of BufferedMatrix; for the stable release version, see BufferedMatrix.
A matrix data storage object held in temporary files
Bioconductor version: Development (3.21)
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 "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
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.71.0 |
In Bioconductor since | BioC 2.0 (R-2.5) (17.5 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 | BufferedMatrixMethods |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | BufferedMatrix_1.71.0.tar.gz |
Windows Binary (x86_64) | |
macOS Binary (x86_64) | |
macOS Binary (arm64) | |
Source Repository | git clone https://git.bioconductor.org/packages/BufferedMatrix |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/BufferedMatrix |
Bioc Package Browser | https://code.bioconductor.org/browse/BufferedMatrix/ |
Package Short Url | https://bioconductor.org/packages/BufferedMatrix/ |
Package Downloads Report | Download Stats |