Skip to content

Bioconductor/RaggedExperiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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