Skip to content

Commit be47c26

Browse files
author
Charles Plessy
committed
Release version 2.11.3
1 parent dc4a334 commit be47c26

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: CAGEr
22
Title: Analysis of CAGE (Cap Analysis of Gene Expression) sequencing data for precise mapping of transcription start sites and promoterome mining
3-
Version: 2.11.2
4-
Date: 2024-05-17
3+
Version: 2.11.3
4+
Date: 2024-05-24
55
Authors@R:
66
c( person("Vanja", "Haberle", email = "vanja.haberle@gmail.com", role = "aut"),
77
person("Charles", "Plessy", email = "charles.plessy@oist.jp", role = "cre"),

NEWS.md

+22-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# Upcoming changes in version 2.11.2
1+
# Upcoming changes in version 2.11.3
2+
3+
BACKWARDS-INCOMPATIBLE CHANGES
4+
5+
- The `removeSingletons` option of clustering methods is removed and the
6+
default value of `keepSingletonsAbove` is set to `0`, which keeps the
7+
standard behavior.
8+
- In cluster objects, the dominant CTSS score is now stored in the
9+
`dominantCTSS` object directly.
10+
- The `clusterCTSS` function is replaced by the new `paraclu` and `distclu`
11+
function. CTSS filtering is done beforehand with the new `filterLowExpCTSS`
12+
function.
13+
14+
BUG FIXES
15+
16+
- CTSS filtering now works correctly with `threshold = 0, thresholdIsTpm = TRUE`.
17+
18+
OTHER CHANGES
19+
20+
- Accelerated the computation of cumulative sums ~10×.
21+
22+
# Changes in version 2.11.2
223

324
BACKWARDS-INCOMPATIBLE CHANGES
425

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

2538
BUG FIXES
2639

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

3042
NEW FEATURES
3143

@@ -39,7 +51,6 @@ NEW FEATURES
3951

4052
OTHER CHANGES
4153

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

0 commit comments

Comments
 (0)