# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "BumpyMatrix" in publications use:' type: software license: MIT title: 'BumpyMatrix: Bumpy Matrix of Non-Scalar Objects' version: 1.13.0 abstract: 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: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com repository: https://bioc.r-universe.dev repository-code: https://github.com/LTLA/BumpyMatrix url: https://bioconductor.org/packages/BumpyMatrix date-released: '2021-07-03' contact: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com