campbio/ExperimentSubset: Manages subsets of data with Bioconductor Experiment objects

Experiment objects such as the SummarizedExperiment or SingleCellExperiment are data containers for one or more matrix-like assays along with the associated row and column data. Often only a subset of the original data is needed for down-stream analysis. For example, filtering out poor quality samples will require excluding some columns before analysis. The ExperimentSubset object is a container to efficiently manage different subsets of the same data without having to make separate objects for each new subset.

Getting started

Package details

Bioconductor views DataImport DataRepresentation Infrastructure Software
Maintainer
LicenseMIT + file LICENSE
Version1.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("campbio/ExperimentSubset")
campbio/ExperimentSubset documentation built on Sept. 10, 2021, 3:09 p.m.