An open API service indexing awesome lists of open source software.

https://github.com/bioconductor/raggedexperiment

Matrix-like representations of mutation and CN data
https://github.com/bioconductor/raggedexperiment

copynumber core-package data-structure mutations

Last synced: about 1 month ago
JSON representation

Matrix-like representations of mutation and CN data

Awesome Lists containing this project

README

        

# RaggedExperiment

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