-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNEWS
39 lines (29 loc) · 925 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
VERSION 1.25.+
----------------------
- Remove shiny app to modify thresholds as rbokeh is deprecated.
VERSION 1.19.+
----------------------
- New function: AUCell_assignCells()
VERSION 1.17.+
----------------------
- New function: AUCell_run()
- Support for DelayedArray and Sparse matrices
VERSION 1.13.+
----------------------
- New function: plotEmb_rgb() and getSetNames()
VERSION 1.7.+
----------------------
- Added function cbind()
VERSION 1.5.+
----------------------
- Added function orderAUC()
- Error fixes in AUCell_plotTSNE()
VERSION 1.2.0
----------------------
- Added shiny app to modify thresholds
- Added support for sparse matrices (dgCMatrix)
- New function: AUCell_plotTSNE()
- AUC values are normalized to max 1 by default.
VERSION 0.99.6
----------------------
- Interface changes to conform to Bioconductor requirements. (Function names and parameters, usage of "GeneSet" from GSEABase...)