- Minimal version of R was declined to 4.0.1.
- Two functions were added.
- Troubleshooting section was updated.
- Add an error notification prompt: current version of MOVICS can support up to 6 omics datasets and at least 2 datasets must be provided.
- Fix bugs when providing more than one binary matrix.
- Remove argument of
is.binary
ingetIntNMF()
, please usetype
instead.
- Fix bugs when setting argument of
N.clust
as 2 ingetConsensusClustering()
.
- Fix bugs where argument of
fig.path
is useless ingetSilhouette()
.
- Fix bugs in
compTMB()
if the maximum number of x-axis is less than 3.
- Fix bugs in
compAgree()
if argument ofsubt2comp
has more than 2 variables. - Move heatmap legend and annotation legend to the left in
runMarker()
andrunGSVA()
, and return the complexheatmap object for further modification if necessary.
- Fix bugs in
compFGA()
that poses error when only 2 subtypes were identified.
- Correct help document of
drugs
argument incompDrugsen()
.
- Fix bug in
compClinvar()
if the columnclust
stored inmoic.res$clust
is not located in the second.
- 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).
- 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. - R package of
SNFtool
has been removed from the CRAN repository, I replaced this by using GitHub version (https://github.com/maxconway/SNFtool).
- Fix bug in
runMarker()
if argument ofdoPlot
was set asFALSE
.
- Fix bug in installing
MOVICS
regarding the latest version ofggpmisc
. The dependencyggpmisc
was replaced byggpp
for usinggeom_table()
. - 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.