diff --git a/DESCRIPTION b/DESCRIPTION index de72a0a..5f67152 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 803b98d..b6ead1d 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()` +