Package: RaggedExperiment Title: Representation of Sparse Experiments and Assays Across Samples Version: 1.37.0 Authors@R: c( person("Martin", "Morgan", , "martin.morgan@roswellpark.org", "aut"), person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")), person("Lydia", "King", , "L.King18@nuigalway.ie", "ctb") ) 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 URL: https://bioconductor.github.io/RaggedExperiment, https://bioconductor.org/packages/RaggedExperiment VignetteBuilder: knitr Depends: R (>= 4.5.0), GenomicRanges (>= 1.61.1) Imports: BiocBaseUtils, BiocGenerics, Seqinfo, IRanges, Matrix, MatrixGenerics, methods, S4Vectors, stats, SummarizedExperiment (>= 1.39.1), utils Suggests: BiocStyle, knitr, rmarkdown, testthat, GenomeInfoDb, MultiAssayExperiment RoxygenNote: 7.3.2 Encoding: UTF-8 Date: 2024-10-17 Config/pak/sysreqs: zlib1g-dev Repository: https://link-ny.r-universe.dev Date/Publication: 2026-04-28 12:45:28 UTC RemoteUrl: https://github.com/Bioconductor/RaggedExperiment RemoteRef: HEAD RemoteSha: 78b3addd7c314fb73b77411a45828d68d12f8f2e NeedsCompilation: no Packaged: 2026-05-29 09:03:02 UTC; root Author: Martin Morgan [aut], Marcel Ramos [aut, cre] (ORCID: ), Lydia King [ctb] Maintainer: Marcel Ramos