|
a |
|
b/NEWS.md |
|
|
1 |
# MOVICS 0.99.5 |
|
|
2 |
|
|
|
3 |
* Minimal version of R was declined to 4.0.1. |
|
|
4 |
* Two functions were added. |
|
|
5 |
* Troubleshooting section was updated. |
|
|
6 |
|
|
|
7 |
# MOVICS 0.99.6 |
|
|
8 |
|
|
|
9 |
* Add an error notification prompt: current version of MOVICS can support up to 6 omics datasets and at least 2 datasets must be provided. |
|
|
10 |
* Fix bugs when providing more than one binary matrix. |
|
|
11 |
* Remove argument of `is.binary` in `getIntNMF()`, please use `type` instead. |
|
|
12 |
|
|
|
13 |
# MOVICS 0.99.7 |
|
|
14 |
|
|
|
15 |
* Fix bugs when setting argument of `N.clust` as 2 in `getConsensusClustering()`. |
|
|
16 |
|
|
|
17 |
# MOVICS 0.99.8 |
|
|
18 |
|
|
|
19 |
* Fix bugs where argument of `fig.path` is useless in `getSilhouette()`. |
|
|
20 |
|
|
|
21 |
# MOVICS 0.99.9 |
|
|
22 |
|
|
|
23 |
* Fix bugs in `compTMB()` if the maximum number of x-axis is less than 3. |
|
|
24 |
|
|
|
25 |
# MOVICS 0.99.10 |
|
|
26 |
|
|
|
27 |
* Fix bugs in `compAgree()` if argument of `subt2comp` has more than 2 variables. |
|
|
28 |
* Move heatmap legend and annotation legend to the left in `runMarker()` and `runGSVA()`, and return the complexheatmap object for further modification if necessary. |
|
|
29 |
|
|
|
30 |
# MOVICS 0.99.11 |
|
|
31 |
|
|
|
32 |
* Fix bugs in `compFGA()` that poses error when only 2 subtypes were identified. |
|
|
33 |
|
|
|
34 |
# MOVICS 0.99.12 |
|
|
35 |
|
|
|
36 |
* Correct help document of `drugs` argument in `compDrugsen()`. |
|
|
37 |
|
|
|
38 |
# MOVICS 0.99.13 |
|
|
39 |
|
|
|
40 |
* Fix bug in `compClinvar()` if the column `clust` stored in `moic.res$clust` is not located in the second. |
|
|
41 |
|
|
|
42 |
# MOVICS 0.99.14 |
|
|
43 |
|
|
|
44 |
* Solve the issue where R package of `SNFtool` was no longer stored by CRAN repository (https://cran.r-project.org/web/packages/SNFtool/index.html). |
|
|
45 |
|
|
|
46 |
# MOVICS 0.99.15 |
|
|
47 |
|
|
|
48 |
* Since error occurs when I use the GitHub version of `ComplexHeatmap` to concatenate heatmaps, I replace the requirement for this package by using its Bioconductor version. |
|
|
49 |
* R package of `SNFtool` has been removed from the CRAN repository, I replaced this by using GitHub version (https://github.com/maxconway/SNFtool). |
|
|
50 |
|
|
|
51 |
# MOVICS 0.99.16 |
|
|
52 |
|
|
|
53 |
* Fix bug in `runMarker()` if argument of `doPlot` was set as `FALSE`. |
|
|
54 |
|
|
|
55 |
# MOVICS 0.99.17 |
|
|
56 |
|
|
|
57 |
* Fix bug in installing `MOVICS` regarding the latest version of `ggpmisc`. The dependency `ggpmisc` was replaced by `ggpp` for using `geom_table()`. |
|
|
58 |
* Modify `compSurv()` and by default the survival curve will present the entire survival time range instead of 10-year cutoff unless specified by the user. |