Bioc2026 Registration Open!

DeeDeeExperiment

DeeDeeExperiment: An S4 Class for managing and exploring omics analysis results

Bioconductor version: 3.23 · Package version: 1.2.0

DeeDeeExperiment is an S4 class extending the SingleCellExperiment class, designed to integrate and manage omics analysis results. It introduces two dedicated slots to store Differential Expression Analysis (DEA) results and Functional Enrichment Analysis (FEA) results, providing a structured approach for downstream analysis.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("DeeDeeExperiment")

Details

MaintainerNajla Abassi <abassi.nejla96@gmail.com>
AuthorNajla Abassi [aut, cre] (ORCID: <https://orcid.org/0000-0001-8357-0938>), Lea Schwarz [aut] (ORCID: <https://orcid.org/0000-0003-2554-0583>), Federico Marini [aut] (ORCID: <https://orcid.org/0000-0003-3252-7758>)
LicenseMIT + file LICENSE
URLhttps://github.com/imbeimainz/DeeDeeExperiment
Bug Reportshttps://github.com/imbeimainz/DeeDeeExperiment/issues
Downloads rank150
Source branchRELEASE_3_23
biocViewsDataRepresentation, DifferentialExpression, GO, GeneExpression, Infrastructure, Pathways, Software, Transcription, Transcriptomics

Documentation

Download

Dependencies

Depends: R (>= 4.5.0), SingleCellExperiment

Imports: SummarizedExperiment, methods, S4Vectors, utils, DESeq2, edgeR, limma, writexl, cli

Suggests: macrophage, knitr, BiocStyle, apeglm, mosdef, org.Hs.eg.db, topGO, clusterProfiler, DEFormats, ExperimentHub, scater, muscat, testthat (>= 3.0.0)