Package: ExperimentSubset
Type: Package
Title: Manages subsets of data with Bioconductor Experiment objects
Version: 1.21.0
Date: 2021-05-09
Authors@R: c(person(given="Irzam", family="Sarfraz", email="irzam9095@gmail.com", role=c("aut","cre"),
              comment = c(ORCID = "0000-0001-8121-792X")),
            person(given="Muhammad", family="Asif", email="asif@ntu.edu.pk", role=c("aut","ths"),
              comment = c(ORCID = "0000-0003-1839-2527")),
            person(given=c("Joshua","D."), family="Campbell", email="camp@bu.edu", role=c("aut"),
                   comment = c(ORCID = "0000-0003-0780-8662")))
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 4.0.0), SummarizedExperiment, SingleCellExperiment,
        SpatialExperiment, TreeSummarizedExperiment
biocViews: Infrastructure, Software, DataImport, DataRepresentation
Imports: methods, Matrix, S4Vectors
Suggests: BiocStyle, knitr, rmarkdown, testthat, covr, stats, scran,
        scater, scds, TENxPBMCData, airway
VignetteBuilder: knitr
Collate: 'allClasses.R' 'allGenerics.R' 'ExperimentSubset.R'
        'SubsetRangedSummarizedExperiment.R'
        'SubsetSingleCellExperiment.R' 'SubsetSummarizedExperiment.R'
        'SubsetSpatialExperiment.R' 'SubsetTreeSummarizedExperiment.R'
Config/pak/sysreqs: make libmagick++-dev gsfonts libicu-dev libssl-dev
        zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2025-10-29 15:03:30 UTC
RemoteUrl: https://github.com/bioc/ExperimentSubset
RemoteRef: HEAD
RemoteSha: a61ebd507ba003f1189aea13077f17d9300c5eab
NeedsCompilation: no
Packaged: 2026-01-09 21:16:10 UTC; root
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>)
Maintainer: Irzam Sarfraz <irzam9095@gmail.com>
Built: R 4.6.0; ; 2026-01-09 21:21:16 UTC; windows
