Version 0.8
AcidGSEA 0.8.0 (2022-05-06)
Major changes:
- Package now requires R 4.2 / Bioconductor 3.15.
- Compatibility fixes for breaking changes in pipette package.
AcidGSEA 0.8.1 (2022-05-24)
Major changes:
- Reworked
topTablesasmarkdownTables, following updated conventions used in other Acid Genomics packages, such as AcidMarkdown and DESeqAnalysis.
Minor changes:
- Updated lintr checks and testthat unit tests.
AcidGSEA 0.8.2 (2022-05-26)
Major changes:
-
RankedList: ImprovedkeyTypesupport, adding back"geneId", and"ensemblId". Simplified internal code for unlisting nested Entrez identifier keys and ensuring they map 1:1 by oldest identifier. -
RankedList: Function now looks insidegeneIdand checks againstprovidermetadata defined inrowRanges, in the event thatensemblIdorensemblIdmcolsare not defined, but the key is in Ensembl or Entrez format. -
RankedList: In the event the user requestskeyTypeof"geneId"or"ensemblId", we now also callstripGeneVersionsto sanitize the gene identifiers to remove gene versions.
AcidGSEA 0.8.3 (2022-06-09)
Minor changes:
- Improved support for Windows CI checks, using
tempdir2andunlink2.
AcidGSEA 0.8.4 (2022-08-17)
Major changes:
-
FGSEAList: Simplified input to use recommended defaults for fgsea passthrough. Note that fgsea now usesfgseaMultilevelby default in Bioconductor 3.15. Object class checks have been updated to reflect this breaking change.
Minor changes:
-
RankedList: Fix forensemblIdhandling as input. - Resaved example
fgseaobject.
AcidGSEA 0.8.5 (2022-08-31)
Major changes:
-
RankedListRelaxed the internal thresholds for acceptable gene identifier mapping thresholds. Previous cutoffs were a bit too strict and could result in errors with acceptable datasets. -
export: Simplified S4 method to class withconandformatarguments defined as requiredcharacterandmissingOrNULL, respectively. Improved the documentation to denote that user should specify a directory ascon, and either"csv"or"tsv"as the desired outputformat.
Minor changes:
- Updated roxygen2 documentation.
- Resolved any Markdown lints using
markdownlint.
AcidGSEA 0.8.6 (2022-10-25)
Major changes:
- Hardened package dependency requirements.
-
export: Restricting methods, following conventions now defined in pipette 0.10.0 update. - Using
hasDuplicatesinternally from goalie.
AcidGSEA 0.8.7 (2023-02-09)
Minor changes:
- Updated dependencies to Bioconductor 3.16.
- Migrated
requireNamespacesimport from AcidBase to goalie.