powered by
Analyze the clustering quality and generate a Silhouette Plot
silhouetteMLB(data, fac, method = "cosine", plot = TRUE)
numeric matrix
clustering factor
method to be used as distance function
logic, if TRUE plot a silhouette plot during the analysis
numeric vector including the silhouette values of the data poointts in the input matrix
More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/
# NOT RUN { tmp <- getTestRunArgs(4) silhouetteMLB(data = tmp$data, fac = tmp$fac) # }
Run the code above in your browser using DataLab