Bioc2026 Registration Open!

RaggedExperiment

Representation of Sparse Experiments and Assays Across Samples

Bioconductor version: 3.23 · Package version: 1.36.0

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.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("RaggedExperiment")

Details

MaintainerMarcel Ramos <marcel.ramos@sph.cuny.edu>
AuthorMartin Morgan [aut], Marcel Ramos [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>), Lydia King [ctb]
LicenseArtistic-2.0
URLhttps://bioconductor.github.io/RaggedExperiment, https://bioconductor.org/packages/RaggedExperiment
Bug Reportshttps://github.com/Bioconductor/RaggedExperiment/issues
Downloads rank1319
Source branchRELEASE_3_23
biocViewsDataRepresentation, Infrastructure, Software

Documentation

Download

Dependencies

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

Reverse dependencies

Depends On Me (2): CNVRanger, curatedPCaData

Imports Me (5): cBioPortalData, omicsPrint, RTCGAToolbox, TCGAutils, terraTCGAdata

Suggests Me (6): curatedTCGAData, maftools, MultiAssayExperiment, MultiDataSet, SingleCellMultiModal, TENxIO