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)
17
2
18
3
BACKWARDS-INCOMPATIBLE CHANGES
19
4
5
+ - The ` range ` argument of the ` annotateCTSS ` function is renamed ` annot ` .
20
6
- The ` removeSingletons ` option of clustering methods is removed and the
21
7
default value of ` keepSingletonsAbove ` is set to ` 0 ` , which keeps the
22
8
standard behavior.
@@ -25,22 +11,9 @@ BACKWARDS-INCOMPATIBLE CHANGES
25
11
- The ` clusterCTSS ` function is replaced by the new ` paraclu ` and ` distclu `
26
12
function. CTSS filtering is done beforehand with the new ` filterLowExpCTSS `
27
13
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
42
15
method name.
43
- - Remove ` returnInterquantileWidth ` argument of functions and always return
16
+ - Removed ` returnInterquantileWidth ` argument of functions and always return
44
17
that width when quantile information is provided. Closes #114
45
18
- The ` CTSStagCountDA ` function is removed.
46
19
- The _ dominant peak_ in ` TagClusters ` objects is now a ` GRanges ` object like
@@ -50,12 +23,9 @@ BACKWARDS-INCOMPATIBLE CHANGES
50
23
- The ` exportToTrack ` function now exports scores of _ tag clusters_ and
51
24
_ consensus clusters_ instead of setting them to zero.
52
25
53
- BUG FIXES
54
-
55
- - The ` importPublicData ` function was repaired for FANTOM samples.
56
-
57
26
NEW FEATURES
58
27
28
+ - Support the use of ` TxDB ` objects for annotating clusters.
59
29
- The ` plotReverseCumulatives() ` function now uses ` ggplot2 ` . Its ` main ` ,
60
30
` legend ` , ` xlab ` , ` ylab ` , ` xlim ` and ` ylim ` arguments were removed as this
61
31
can be controlled via ` ggplot2 ` functions.
@@ -64,21 +34,24 @@ NEW FEATURES
64
34
objects. You can use them to test parameters before running the whole
65
35
` CAGEexp ` object through ` clusterCTSS ` .
66
36
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
-
75
37
BUG FIXES
76
38
39
+ - CTSS filtering now works correctly with ` threshold = 0, thresholdIsTpm = TRUE ` .
40
+ - The ` importPublicData ` function was repaired for FANTOM samples.
77
41
- Remove broken and obsolete ` customClusters ` method of ` clusterCTSS ` . Use
78
42
` CustomConsensusClusters() ` instead. Fixes #113 .
79
43
- Ensure consensus clusters can be exported as tracks with interquantile
80
44
width information. Fixes #108 , #70 .
81
45
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
+
82
55
# Changes in version 2.8.0 (25/10/2023)
83
56
84
57
BUG FIXES
0 commit comments