Version 0.6
AcidGSEA 0.6.0 (2021-02-17)
Major changes:
- Reworked and simplified NAMESPACE and package dependencies, following basejump v0.14 release series update.
- Removed BiocParallel as a required import.
AcidGSEA 0.6.1 (2021-03-04)
New functions:
-
prepareGeneSetFiles: MSigDb utility function for easy matching of default GMT gene files to use for GSEA. Matches the symbol files by default.
Major changes:
-
RankedListandFGSEAListmethod support has been improved for minimalDESeqResultsandDataFrameobjects. These approaches are intended primarily for analysis of files from collaborators where we don’t necessarily have the complete set of DESeq2 analysis files, and therefore cannot construct aDESeqAnalysisobject.
Minor changes:
-
RankedListnow supportskeyType, which defaults to gene name (a.k.a. symbol), but now also supports original gene identifier. This alternative option is useful when working with the clusterProfiler package and is used in the bcbioRNASeq template.
AcidGSEA 0.6.2 (2021-03-16)
Minor changes:
- Updated basejump dependencies.
- Resaved example
fgseaobject (FGSEAList). - Updated unit tests.