LTLA/BumpyMatrix: Bumpy Matrix of Non-Scalar Objects

Implements the BumpyMatrix class and several subclasses for holding non-scalar objects in each entry of the matrix. This is akin to a ragged array but the raggedness is in the third dimension, much like a bumpy surface - hence the name. Of particular interest is the BumpyDataFrameMatrix, where each entry is a Bioconductor data frame. This allows us to naturally represent multivariate data in a format that is compatible with two-dimensional containers like the SummarizedExperiment and MultiAssayExperiment objects.

Getting started

Package details

Bioconductor views DataRepresentation Infrastructure Software
Maintainer
LicenseMIT + file LICENSE
Version1.1.1
URL https://bioconductor.org/packages/BumpyMatrix
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("LTLA/BumpyMatrix")
LTLA/BumpyMatrix documentation built on July 5, 2021, 2:21 a.m.