From 02ef0ce08a8043616f7d831e780c2373c2a0fc4c Mon Sep 17 00:00:00 2001 From: Stevie Ped Date: Wed, 4 Oct 2023 01:44:18 +1030 Subject: [PATCH] Version bump after minor tweaks --- DESCRIPTION | 2 +- NEWS.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index de72a0a9..5f671520 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: extraChIPs -Version: 1.5.13 +Version: 1.5.14 Title: Additional functions for working with ChIP-Seq data Authors@R: person("Stephen", "Pederson", email = "stephen.pederson.au@gmail.com", diff --git a/NEWS.md b/NEWS.md index 803b98d5..b6ead1d9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -92,3 +92,9 @@ - Added handling of unquoted column names to most plotting functions - Added passing of specific columns to dualFilter - Added `drop` to addDiffStatus + +# Changes in 1.5.14 (23-09-24) + +- Added p_mu0 to output of `fitAssayDiff()` +- Added `respectLevels` and filtering to `plotProfileHeatmap()` +