Package: BumpyMatrix
Version: 1.19.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
git_url: https://git.bioconductor.org/packages/BumpyMatrix
git_branch: devel
git_last_commit: 05bcf92
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
