Visualisation of the results of K-means and DBSCAN clustering. For hierarhical clustering visualisations see vis.immunr_hclust.
Clustering results from repOverlapAnalysis or geneUsageAnalysis.
If TRUE then plot sample points. Passed to fviz_cluster.
If TRUE then plot text labels. Passed to fviz_cluster.
If TRUE then plot ellipses around all samples. Passed to "ellipse" from fviz_cluster.
Size of points, passed to "pointsize" from fviz_cluster.
Size of text labels, passed to labelsize from fviz_cluster.
A character vector of length one or two specifying which plots to visualise. If "clust" then plot only the clustering. If "best" then plot the number of optimal clusters. If both then plot both.
Not used here.
Ggplot2 objects inside the pathwork container.
data(immdata)
ov <- repOverlap(immdata$data)
repOverlapAnalysis(ov, "mds+kmeans") %>% vis()