Skip to contents
AcidPlots 0.7.0 (2023-10-04)
Major changes:
- Now enforcing strict camel case for all function names.
- Renamed
plotPCA to plotPca. Now using AcidGenerics variant instead of BiocGenerics here.
- Renamed
plotQC to plotQc.
- Renamed
plotTSNE to plotTsne.
- Renamed
plotUMAP to plotUmap.
- Removed stringr dependency.
AcidPlots 0.7.1 (2023-10-05)
Minor changes:
-
plotCountsCorrelation: Add back xName and yName arguments, which are useful for customizing the plot labels.
AcidPlots 0.7.2 (2023-12-04)
Minor changes:
-
plotCounts, plotCountsPerBiotype: Fixed unwanted type mismatch during internal leftJoin operations for SingleCellExperiment method.
AcidPlots 0.7.3 (2024-03-27)
Minor changes:
- Reworked
plotCorrelation function.
AcidPlots 0.7.4 (2025-03-24)
Minor changes:
- Decreased R dependency from 4.3 to 4.0.
AcidPlots 0.7.5 (2026-06-19)
License changes:
- Relicensed from AGPL-3 to Apache 2.0.
Minor changes:
- Modernized tooling: removed per-package
.lintr in favour of global ~/.lintr; added air.toml; migrated to roxygen2 8.0.