Bioconductor / RaggedExperiment

Matrix-like representations of mutation and CN data
https://bioconductor.org/packages/RaggedExperiment
4 stars 3 forks source link
copynumber core-package data-structure mutations

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