Learn R Programming

bigmemoryExtras (version 1.18.1)

An extension of the bigmemory package with added safety, convenience, and a factor class

Description

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.

Copy Link

Version

Version

1.18.1

License

Artistic-2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Peter M Haverty

Last Published

February 15th, 2017

Functions in bigmemoryExtras (1.18.1)

bigmemoryExtras-package

An extension of the bigmemory package with added safety, convenience, and a factor class.
BigMatrixFactor

Create a new BigMatrixFactor
updateBackingfiles

Update directory for BigMatrix objects in a collection to new location
updateBigMatrix

Update previous BigMatrix type to new BigMatrix
.initBigMatrix

Create a new BigMatrix-derived class
BigMatrix-class

Class "BigMatrix"
BigMatrix

Create a new BigMatrix
BigMatrixFactor-class

Class "BigMatrixFactor"
annotatedDataFrameFrom

Use BigMatrix in eSet assayData