# RaggedExperiment <a href='https://bioconductor.org/packages/RaggedExperiment/'><img src='https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/RaggedExperiment/RaggedExperiment.png' align="right" height="139" /></a>
## Matrix-like representation of genomic range data in Bioconductor
## Installation
We recommend installing the stable version of `RaggedExperiment` using:
```r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RaggedExperiment")
```