Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 532 Bytes

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")