Representation of Sparse Experiments and Assays Across Samples (original) (raw)
RaggedExperiment
Matrix-like representation of genomic range data in Bioconductor
Installation
We recommend installing the stable version of RaggedExperiment
using:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RaggedExperiment")