ExperimentSubset
Manages subsets of data with Bioconductor Experiment objects
Bioconductor version: 3.23 · Package version: 1.22.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ExperimentSubset") Details
| Maintainer | Irzam Sarfraz <irzam9095@gmail.com> |
| Author | Irzam Sarfraz [aut, cre] (ORCID: <https://orcid.org/0000-0001-8121-792X>), Muhammad Asif [aut, ths] (ORCID: <https://orcid.org/0000-0003-1839-2527>), Joshua D. Campbell [aut] (ORCID: <https://orcid.org/0000-0003-0780-8662>) |
| License | MIT + file LICENSE |
| Downloads rank | 272 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Infrastructure, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.0.0), SummarizedExperiment, SingleCellExperiment, SpatialExperiment, TreeSummarizedExperiment
Imports: methods, Matrix, S4Vectors
Suggests: BiocStyle, knitr, rmarkdown, testthat, covr, stats, scran, scater, scds, TENxPBMCData, airway