Version 0.3
DESeqAnalysis 0.3.0 (2020-08-05)
Major changes:
-
DESeqAnalysisobject now supports stashing of threshold metadata:-
alphaThreshold. -
lfcShrink: whether to use (adaptie) shrunken LFC values or not. -
lfcThreshold(for post-hoc cutoffs). -
baseMeanThreshold. These are defined in themetadataslot of the object and can be accessed/ modified with corresponding S4 generics.
-
- Updated default differential expression R Markdown template to support additional parameters:
alpha_thresholdbase_mean_thresholdcontrast_sampleslfc_shrinklfc_threshold
Minor changes:
- Switched to cli package for more informative messages.
DESeqAnalysis 0.3.1 (2020-08-07)
Minor changes:
- Adjusted minimum dependency versions so package will build on bioconda.
DESeqAnalysis 0.3.2 (2020-08-13)
Minor changes:
- Added
iargument support todegPerContrast, and the plotting functionsplotDEGUpsetandplotStackedBar, which calldegPerContrastinternally. This allows the user to pick specific contrasts of interest to plot. -
plotDEGStackedBar: Now allowing the user to pick only up- or down-regulated genes, which can be useful. - Bug fix for
apeglmResultscli display code.
DESeqAnalysis 0.3.3 (2020-08-17)
Minor changes:
-
apeglmResults: Simplified default arguments and disabled...passthrough tolfcShrink, which is a bit confusing. Note thatDESeqandlfcShrinkare now called internally withparallel = TRUE.
DESeqAnalysis 0.3.4 (2020-08-18)
New functions:
-
degIntersection: Utility function that will return the number of times a DEG is detected across contrasts.
DESeqAnalysis 0.3.5 (2020-08-18)
Minor changes:
-
degIntersection: Bug fix for column names not returning as expected.
DESeqAnalysis 0.3.6 (2020-08-25)
Minor changes:
-
plotDEGPCA: Updated internaltitleandsubtitlehandoff toplotPCA. - Quieted down messages in
plotDEG*functions. This information is shown in the plots and doesn’t need to be messaged.
DESeqAnalysis 0.3.7 (2020-09-18)
Minor changes:
-
results: Bug fix for logical check onlfcShrinkreturn. The internal use ofidenticalhere is too strict, aslfcShrinkcan return cause attribute from goalie. -
lfcShrink: Hardened logical return, ensure goalie cause attribute removal.
DESeqAnalysis 0.3.8 (2020-09-21)
Minor changes:
- Migrated
extramode internal code fromresultsTablesdirectly intoresults, so we can hand-off to new methods defined in acidgsea package that depend onDESeqResultsobject (i.e.geneSetResults). TheresultsTablesfunction still behaves the same as previous releases. -
plotDEGStackedBar: Added support fororderBySizeargument. -
degPerContrast: Removed unnecessarynargument; usereturninstead.
DESeqAnalysis 0.3.10 (2020-10-28)
Major changes:
- Added subsetting extract method support via
[forDESeqAnalysisclass. Code works internally similar to method defined forbcbioRNASeq. - Added method support for some important base methods:
rownames,colnames,names, anddimnamesforDESeqAnalysisclass.
Minor changes:
-
degIntersection: Addedreturn = "names"option, which is useful for generating intersection subset tables.
DESeqAnalysis 0.3.11 (2021-02-10)
Minor changes:
- NAMESPACE updates, simplifying the number of imported packages following the basejump v0.14 release.
DESeqAnalysis 0.3.12 (2021-02-17)
Minor changes:
-
DESeqAnalysis: Relaxed check for gene identifiers inmcolsofrowRangesof nestedDESeqDataSetinside data slot. Resolves issue #61. - Updated internal dependencies. Now requiring basejump v0.14.8+, which also depends on at least Bioconductor 3.12.