Molecular clustering with umap, hdbscan, kmeans
Main methods:
-
Obtain dimension reduction feature data of molecules through umap
-
Then cluster by hdbscan or kmeans clustering method (hdbscan does not support specifying the total number of final clustering, which may be very large; kmeans can specify the total number of clusters)