Package: BumpyMatrix Version: 1.21.0 Date: 2021-07-03 Title: Bumpy Matrix of Non-Scalar Objects Description: 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. Authors@R: c( person("Aaron", "Lun", role=c("aut", "cre"), email="infinite.monkeys.with.keyboards@gmail.com"), person("Genentech, Inc.", role="cph") ) License: MIT + file LICENSE Imports: utils, methods, Matrix, S4Vectors, IRanges Suggests: BiocStyle, knitr, rmarkdown, testthat biocViews: Software, Infrastructure, DataRepresentation VignetteBuilder: knitr RoxygenNote: 7.1.1 URL: https://bioconductor.org/packages/BumpyMatrix BugReports: https://github.com/LTLA/BumpyMatrix/issues Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:54:43 UTC RemoteUrl: https://github.com/bioc/BumpyMatrix RemoteRef: HEAD RemoteSha: 1cf5fe284c437ca73df86025e7c829a6560afb1f NeedsCompilation: no Packaged: 2026-06-08 07:10:06 UTC; root Author: Aaron Lun [aut, cre], Genentech, Inc. [cph] Maintainer: Aaron Lun