BumpyMatrix
Bumpy Matrix of Non-Scalar Objects
Bioconductor version: 3.23 · Package version: 1.20.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BumpyMatrix") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre], Genentech, Inc. [cph] |
| License | MIT + file LICENSE |
| URL | https://bioconductor.org/packages/BumpyMatrix |
| Bug Reports | https://github.com/LTLA/BumpyMatrix/issues |
| Downloads rank | 867 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Infrastructure, Software |
Documentation
Download
Reverse dependencies
Depends On Me (1): alabaster.bumpy
Imports Me (9): CoreGx, gDRcore, gDRimport, gDRutils, imageFeatureTCGA, jazzPanda, MerfishData, MouseGastrulationData, TENxXeniumData
Suggests Me (6): escheR, gDR, ggspavis, SpatialExperiment, STexampleData, tpSVG