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
2
23
3
24
BACKWARDS-INCOMPATIBLE CHANGES
4
25
@@ -13,19 +34,10 @@ BACKWARDS-INCOMPATIBLE CHANGES
13
34
the newer ` CustomConsensusClusters ` function.
14
35
- The ` exportToTrack ` function now exports scores of _ tag clusters_ and
15
36
_ 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.
24
37
25
38
BUG FIXES
26
39
27
40
- The ` importPublicData ` function was repaired for FANTOM samples.
28
- - CTSS filtering now works correctly with ` threshold = 0, thresholdIsTpm = TRUE ` .
29
41
30
42
NEW FEATURES
31
43
@@ -39,7 +51,6 @@ NEW FEATURES
39
51
40
52
OTHER CHANGES
41
53
42
- - Accelerated the computation of cumulative sums ~ 10×.
43
54
- Singleton filtering is now done by the ` paraclu ` and ` distclu ` functions
44
55
themeselves; ` .ctss_summary_for_clusters ` does not change the input clusters
45
56
except for adding information.
0 commit comments