Skip to content

Commit 091ff58

Browse files
Aggregate news and release for Bioc 3.20
1 parent fa1432a commit 091ff58

File tree

2 files changed

+18
-45
lines changed

2 files changed

+18
-45
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.4
4-
Date: 2024-08-02
3+
Version: 2.11.5
4+
Date: 2024-10-25
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

+16-43
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1-
# Changes in version 2.11.4
2-
3-
BACKWARDS-INCOMPATIBLE CHANGES
4-
5-
- The `range` argument of the `annotateCTSS` function is renamed `annot`.
6-
7-
NEW FEATURES
8-
9-
- Support the use of `TxDB` objects for annotating clusters.
10-
11-
BUG FIXES
12-
13-
- Fix issue #120 introduced in 2.11.3, where clustering functions would
14-
fail if `filterLowExpCTSS` was not run before.
15-
16-
# Changes in version 2.11.3
1+
# Changes in version 2.12.0 (30/10/2024)
172

183
BACKWARDS-INCOMPATIBLE CHANGES
194

5+
- The `range` argument of the `annotateCTSS` function is renamed `annot`.
206
- The `removeSingletons` option of clustering methods is removed and the
217
default value of `keepSingletonsAbove` is set to `0`, which keeps the
228
standard behavior.
@@ -25,22 +11,9 @@ BACKWARDS-INCOMPATIBLE CHANGES
2511
- The `clusterCTSS` function is replaced by the new `paraclu` and `distclu`
2612
function. CTSS filtering is done beforehand with the new `filterLowExpCTSS`
2713
function.
28-
29-
BUG FIXES
30-
31-
- CTSS filtering now works correctly with `threshold = 0, thresholdIsTpm = TRUE`.
32-
33-
OTHER CHANGES
34-
35-
- Accelerated the computation of cumulative sums ~10×.
36-
37-
# Changes in version 2.11.2
38-
39-
BACKWARDS-INCOMPATIBLE CHANGES
40-
41-
- Remove `CTSSclusteringMethod()` function and stop recording clustering
14+
- Removed `CTSSclusteringMethod()` function and stop recording clustering
4215
method name.
43-
- Remove `returnInterquantileWidth` argument of functions and always return
16+
- Removed `returnInterquantileWidth` argument of functions and always return
4417
that width when quantile information is provided. Closes #114
4518
- The `CTSStagCountDA` function is removed.
4619
- The _dominant peak_ in `TagClusters` objects is now a `GRanges` object like
@@ -50,12 +23,9 @@ BACKWARDS-INCOMPATIBLE CHANGES
5023
- The `exportToTrack` function now exports scores of _tag clusters_ and
5124
_consensus clusters_ instead of setting them to zero.
5225

53-
BUG FIXES
54-
55-
- The `importPublicData` function was repaired for FANTOM samples.
56-
5726
NEW FEATURES
5827

28+
- Support the use of `TxDB` objects for annotating clusters.
5929
- The `plotReverseCumulatives()` function now uses `ggplot2`. Its `main`,
6030
`legend`, `xlab`, `ylab`, `xlim` and `ylim` arguments were removed as this
6131
can be controlled via `ggplot2` functions.
@@ -64,21 +34,24 @@ NEW FEATURES
6434
objects. You can use them to test parameters before running the whole
6535
`CAGEexp` object through `clusterCTSS`.
6636

67-
OTHER CHANGES
68-
69-
- Singleton filtering is now done by the `paraclu` and `distclu` functions
70-
themeselves; `.ctss_summary_for_clusters` does not change the input clusters
71-
except for adding information.
72-
73-
# Changes in version 2.11.1
74-
7537
BUG FIXES
7638

39+
- CTSS filtering now works correctly with `threshold = 0, thresholdIsTpm = TRUE`.
40+
- The `importPublicData` function was repaired for FANTOM samples.
7741
- Remove broken and obsolete `customClusters` method of `clusterCTSS`. Use
7842
`CustomConsensusClusters()` instead. Fixes #113.
7943
- Ensure consensus clusters can be exported as tracks with interquantile
8044
width information. Fixes #108, #70.
8145

46+
OTHER CHANGES
47+
48+
- Accelerated the computation of cumulative sums ~10×.
49+
- Singleton filtering is now done by the `paraclu` and `distclu` functions
50+
themeselves; `.ctss_summary_for_clusters` does not change the input clusters
51+
except for adding information.
52+
53+
# No changes in version 2.10.0 (01/05/2024)
54+
8255
# Changes in version 2.8.0 (25/10/2023)
8356

8457
BUG FIXES

0 commit comments

Comments
 (0)