Skip to content

Commit

Permalink
Release version 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Plessy committed May 24, 2024
1 parent dc4a334 commit be47c26
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CAGEr
Title: Analysis of CAGE (Cap Analysis of Gene Expression) sequencing data for precise mapping of transcription start sites and promoterome mining
Version: 2.11.2
Date: 2024-05-17
Version: 2.11.3
Date: 2024-05-24
Authors@R:
c( person("Vanja", "Haberle", email = "[email protected]", role = "aut"),
person("Charles", "Plessy", email = "[email protected]", role = "cre"),
Expand Down
33 changes: 22 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Upcoming changes in version 2.11.2
# Upcoming changes in version 2.11.3

BACKWARDS-INCOMPATIBLE CHANGES

- The `removeSingletons` option of clustering methods is removed and the
default value of `keepSingletonsAbove` is set to `0`, which keeps the
standard behavior.
- In cluster objects, the dominant CTSS score is now stored in the
`dominantCTSS` object directly.
- The `clusterCTSS` function is replaced by the new `paraclu` and `distclu`
function. CTSS filtering is done beforehand with the new `filterLowExpCTSS`
function.

BUG FIXES

- CTSS filtering now works correctly with `threshold = 0, thresholdIsTpm = TRUE`.

OTHER CHANGES

- Accelerated the computation of cumulative sums ~10×.

# Changes in version 2.11.2

BACKWARDS-INCOMPATIBLE CHANGES

Expand All @@ -13,19 +34,10 @@ BACKWARDS-INCOMPATIBLE CHANGES
the newer `CustomConsensusClusters` function.
- The `exportToTrack` function now exports scores of _tag clusters_ and
_consensus clusters_ instead of setting them to zero.
- The `removeSingletons` option of clustering methods is removed and the
default value of `keepSingletonsAbove` is set to `0`, which keeps the
standard behavior.
- In cluster objects, the dominant CTSS score is now stored in the
`dominantCTSS` object directly.
- The `clusterCTSS` function is replaced by the new `paraclu` and `distclu`
function. CTSS filtering is done beforehand with the new `filterLowExpCTSS`
function.

BUG FIXES

- The `importPublicData` function was repaired for FANTOM samples.
- CTSS filtering now works correctly with `threshold = 0, thresholdIsTpm = TRUE`.

NEW FEATURES

Expand All @@ -39,7 +51,6 @@ NEW FEATURES

OTHER CHANGES

- Accelerated the computation of cumulative sums ~10×.
- Singleton filtering is now done by the `paraclu` and `distclu` functions
themeselves; `.ctss_summary_for_clusters` does not change the input clusters
except for adding information.
Expand Down

0 comments on commit be47c26

Please sign in to comment.