-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
80 lines (59 loc) · 2.45 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Changes in version 2.5.1
+ In the rmarkdown, replace `message = FALSE` to `message = NA`.
+ use `%dorng%` for paralell computing
Changes in version 2.1.1
+ add hierarchical consensus partitioning
Changes in version 2.0.1
+ `predict_classes()`: support svm/random forest methods for class label prediction.
Changes in version 1.9.1
+ add `uniquely_high_in_one_group` method in `get_signatures()`.
+ add `compare_partitions()`.
+ parallel computing is implemented with foreach + doParallel
Changes in version 1.9.0
+ use row/column* family functions in `adjust_matrix()` to reduce the memory
usage as well as improve the speed.
Changes in version 1.5.6
+ function to find best km for kmeans is improved.
Changes in version 1.5.5
+ add `enforce` argument in `get_signatures()`.
+ `subset` can be a vector of indices in `consensus_partition_by_down_sampling()`.
Changes in version 1.5.3
+ `predict_classes()` is speeded up 2x.
+ `get_signatures()`: add `top_signatures` argument to control the number of
top signatures.
Changes in version 1.5.2
+ add a `DownSamplingConsensusPartition` class and corresponding methods.
+ add back `HierarchicalPartition` class and corresponding methods.
Changes in version 1.5.1
+ add a `predict_classes()` function.
+ add the cola analysis for Golub dataset as a data object in the package.
+ automatically install the "suggested" packages.
Changes in version 1.3.2
+ add a new vignette introducing functional enrichment.
Changes in version 1.1.2
+ improve documentations.
Changes in version 1.1.1
+ add `GO_enrichment()` and `map_to_entrez_id()`.
+ add `ncol()`/`nrow()`/`colnames()`/`rownames()`/`dim()` helper functions.
+ use `eulerr::euler()` to make the Euler diagram.
+ simplified the rules for deciding the best k.
Changes in version 0.99.15
+ support t-SNE and UMAP.
Changes in version 0.99.14
+ cola_report() supports `mc.cores`.
Changes in version 0.99.13
+ partition functions all support `mc.cores`.
Changes in version 0.99.12
+ implement get_consensus_matrix() by Cpp.
+ add regiester_NMF() and register_SOM().
Changes in version 0.99.9
+ move TEMPLATE_DIR to `.onLoad()`.
Changes in version 0.99.5
+ reduce the number of packages loaded.
+ improve the package according to comments in https://github.com/Bioconductor/Contributions/issues/941#issuecomment-452728439
Changes in version 0.99.4
+ fixed warnings in Rd files.
Changes in version 0.99.3
+ remove venneuler from DESCRIPTION.
Changes in version 0.99.0
+ Submitted to Bioconductor/