Package: RaggedExperiment
Title: Representation of Sparse Experiments and Assays Across Samples
Version: 1.24.0
Authors@R: c(
    person("Martin", "Morgan", , "martin.morgan@roswellpark.org", "aut"),
    person("Marcel", "Ramos", , "marcel.ramos@roswellpark.org",
        c("aut", "cre"), c(ORCID = "0000-0002-3242-0582"))
    )
Description: This package provides a flexible representation of copy
    number, mutation, and other data that fit into the ragged array
    schema for genomic location data. The basic representation of such
    data provides a rectangular flat table interface to the user with
    range information in the rows and samples/specimen in the columns.
    The RaggedExperiment class derives from a GRangesList representation
    and provides a semblance of a rectangular dataset.
License: Artistic-2.0
biocViews: Infrastructure, DataRepresentation
BugReports: https://github.com/Bioconductor/RaggedExperiment/issues
VignetteBuilder: knitr
Depends: R (>= 4.2.0), GenomicRanges (>= 1.37.17)
Imports: BiocGenerics, GenomeInfoDb, IRanges, Matrix, MatrixGenerics,
        methods, S4Vectors, stats, SummarizedExperiment, utils
Suggests: BiocStyle, knitr, rmarkdown, testthat, MultiAssayExperiment
RoxygenNote: 7.2.3
Encoding: UTF-8
git_url: https://git.bioconductor.org/packages/RaggedExperiment
git_branch: RELEASE_3_17
git_last_commit: 7d988d6
git_last_commit_date: 2023-04-25
Date/Publication: 2023-04-25
NeedsCompilation: no
Packaged: 2023-04-25 22:21:04 UTC; biocbuild
Author: Martin Morgan [aut],
  Marcel Ramos [aut, cre] (<https://orcid.org/0000-0002-3242-0582>)
Maintainer: Marcel Ramos <marcel.ramos@roswellpark.org>
