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
| Maintainer | Marcel Ramos <marcel.ramos@sph.cuny.edu> |
| Author | Martin Morgan [aut], Marcel Ramos [aut, cre] (ORCID: <https://orcid.org/0000-0002-3242-0582>), Lydia King [ctb] |
| License | Artistic-2.0 |
| URL | https://bioconductor.github.io/RaggedExperiment, https://bioconductor.org/packages/RaggedExperiment |
| Bug Reports | https://github.com/Bioconductor/RaggedExperiment/issues |
| Downloads rank | 1319 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, 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