Version 0.4
DESeqAnalysis 0.4.0 (2021-03-15)
New classes:
-
DESeqResultsList: New class and corresponding generator function that enables quick looping operations across relatedDESeqResultsobjects. This can be useful instead ofDESeqAnalysisListapproach for cases where we don’t have all of the originalDESeqDataSetobjects used to generate the correspondingDESeqResults, which can happen with commercial sequencing vendors and analysis platforms.
Major changes:
- Reworked and improved manual limit handling for
plotMAandplotVolcano. By default, this behavior is unchanged from previous release, but now limit overrides can be defined similar to the approach in DESeq2 that uses geneplotter engine internally.
Minor changes:
- Improved information in subtitles for MA, volcano, and other DEG plots.
-
alphaThresholdandlfcThresholdreturn sensible defaults for minimalDESeqResultsobjects created by coercion of aDataFramedirectly.
DESeqAnalysis 0.4.1 (2021-06-29)
Minor changes:
- Needed to update internal calls to
guidefunction defined in ggplot2, which has deprecated use of logicalFALSEin favor of"none".
DESeqAnalysis 0.4.2 (2021-07-20)
Minor changes:
- Improved R Markdown template for differential expression report, and added code coverage for
rmarkdown::rendercall in unit tests.
DESeqAnalysis 0.4.3 (2021-07-27)
Minor changes:
-
plotVolcano: Bug fix for plot labels not mapping correctly. Expecting “lfcCol”, “negLogAlphaCol” internally, but these were incorrectly mapped to the values expected forplotMAinstead. Thanks to @kokyriakidis for noticing this.