Changelog
Source:NEWS.md
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
dde
objects, 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 signatureexpended supported FEAs: now takes results from
topGO
,clusterProfiler
,enrichR
,gProfiler
,fgsea
,gsea
,DAVID
, and output ofGeneTonic
shakers
DeeDeeExperiment 0.2.0
New features
-
dea()
has been refactored for clarity:- Now it returns only the main results table, acting as
get_dea_df()
- A new function,
dea_info()
, has been added to return additional information previously returned bydea()
- Now it returns only the main results table, acting as
- Initial implementation of the
fea
slot
DeeDeeExperiment 0.1.0
New features
- The
DeeDeeExperiment
class is now being developed in its own standalone package, following its separation from the originalDeeDee_legacy
repository: https://github.com/imbeimainz/DeeDee_legacy