is.binary
in getIntNMF()
, please use type
instead.N.clust
as 2 in getConsensusClustering()
.fig.path
is useless in getSilhouette()
.compTMB()
if the maximum number of x-axis is less than 3.compAgree()
if argument of subt2comp
has more than 2 variables.runMarker()
and runGSVA()
, and return the complexheatmap object for further modification if necessary.compFGA()
that poses error when only 2 subtypes were identified.drugs
argument in compDrugsen()
.compClinvar()
if the column clust
stored in moic.res$clust
is not located in the second.SNFtool
was no longer stored by CRAN repository (https://cran.r-project.org/web/packages/SNFtool/index.html).ComplexHeatmap
to concatenate heatmaps, I replace the requirement for this package by using its Bioconductor version.SNFtool
has been removed from the CRAN repository, I replaced this by using GitHub version (https://github.com/maxconway/SNFtool).runMarker()
if argument of doPlot
was set as FALSE
.MOVICS
regarding the latest version of ggpmisc
. The dependency ggpmisc
was replaced by ggpp
for using geom_table()
.compSurv()
and by default the survival curve will present the entire survival time range instead of 10-year cutoff unless specified by the user.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.