Changelog
Source:NEWS.md
DeeDeeExperiment 1.2.0
The
deaandfeaslots now useS4Vectors::SimpleListinstead of baselistThe DEA original objects are no longer stored in the
deaslot. They are now stored undermetadata(dde)$singlecontrastormetadata(dde)$multicontrast, and each contrast entry in the dea slot contains a pointer to its original objectAdded helper functions to simplify inserting DE results from
muscat::pbDS()andMArrayLMobject with multiple contrast into addeobjectAdded a helper function to export results stored in
deaandfeaslots as excel filesImproved warning messages
A new vignette showcasing how to apply
DeeDeeExperimentto a single-cell dataset
DeeDeeExperiment 0.99.4
- Addressing more points related to the Bioc review, mainly adopting camelCase naming for generics & methods
DeeDeeExperiment 0.99.2
Addressed the points raised in the Bioc review
Expanded the supported DEAs (as simple
data.frameobject that contains at least three columns namedlog2FoldChange,pvalue, andpadj)
DeeDeeExperiment 0.99.1
DeeDeeExperimentnow extends theSingleCellExperimentclass, accommodating both bulk and single-cell analysis workflowsReady for Bioconductor review!
DeeDeeExperiment 0.5.0
- Reducing the dependency stack to make the class/package as slim as it can be, with a focus on the full interoperability with SE (therefore now a full dependency)
DeeDeeExperiment 0.4.0
New methods to rename DEA and FEA elements in
ddeobjects, get all FEAs for a specific DEA, assign DEA to FEAMethod dispatch is now only base on x being
DeeDeeExperiment, other arguments are no longer part of the method signatureExpanded supported FEAs: now takes results from
topGO,clusterProfiler,enrichR,gProfiler,fgsea,gsea,DAVID, and output ofGeneTonicshakers
DeeDeeExperiment 0.1.0
New features
- The
DeeDeeExperimentclass is now being developed in its own standalone package, following its separation from the originalDeeDee_legacyrepository: https://github.com/imbeimainz/DeeDee_legacy