- Home
- Bioconductor 3.13
- Software Packages
- RaggedExperiment
RaggedExperiment
This package is for version 3.13 of Bioconductor; for the stable, up-to-date release version, see RaggedExperiment.
Representation of Sparse Experiments and Assays Across Samples
Bioconductor version: 3.13
This package provides a flexible representation of copy number, mutation, and other data that fit into the ragged array schema for genomic location data. The basic representation of such data provides a rectangular flat table interface to the user with range information in the rows and samples/specimen in the columns.
Author: Martin Morgan [aut, cre], Marcel Ramos [aut]
Maintainer: Martin Morgan <martin.morgan at roswellpark.org>
citation("RaggedExperiment")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RaggedExperiment")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("RaggedExperiment")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.