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
- Host: GitHub
- URL: https://github.com/bioconductor/raggedexperiment
- Owner: Bioconductor
- Created: 2017-03-08T05:43:50.000Z (about 8 years ago)
- Default Branch: devel
- Last Pushed: 2024-10-18T18:36:11.000Z (8 months ago)
- Last Synced: 2024-10-20T03:45:06.941Z (8 months ago)
- Topics: copynumber, core-package, data-structure, mutations
- Language: R
- Homepage: https://bioconductor.org/packages/RaggedExperiment
- Size: 241 KB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
## 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")
```