This function takes an object of class iCellR and finds optimal number of clusters and clusters the data.
run.phenograph(x = NULL, k = 100, data.type = "pca", dims = 1:10)
An object of class iCellR.
An object of class iCellR.
integer; number of nearest neighbours (default:45)
Choose between "tsne", "pca", "umap", default = "pca".
PCA dimentions to be use for clustering, default = 1:10.