NEWS
DGEobj 1.1.2 (2022-05-16)
- Made all Bioconductor packages optional (suggested)
- Added a new, minimal "mini" example object that has no internal Bioconductor-based features (ie normalization, analysis) to allow
for clean, simple examples that do not depend on suggested packages
- Testing updated so that when Bioconductor suggested packages are unavailable the tests will not be run
DGEobj 1.1.1 (2022-05-10)
- Updated tests and examples so that when suggested packages are unavailable the examples and/or tests dependent on them are not run
DGEobj 1.1
- made GenomicRanges package optional - used only for exon/gene levels
- added "protein" level data, reviewed/updated isoform data for proper handling
- added imputationMatrix as a type of metadata
- reworked reset to resolve issues and remove unneeded code
- updated tests and documentation
DGEobj 1.0.3 (2021-04-09)
- significant documentation review/updates
- underlying structure - added a few new fields and cleaned up unneeded methods
- updated the example object with additional information
- vignette now setup to use the precompiled paradigm
DGEobj 1.0.1 (2020-12-07)
- Initial public release to CRAN