Performs KMeans or DBSCAN clustering on a sample-by-feature numeric matrix (e.g. principal components, embeddings)
clustering kmeans dbscan pca embeddings
https://github.com/nf-core/modules/tree/master/modules/nf-core/custom/pcaclustering
0
1
algorithm
Clustering algorithm to use (kmeans or dbscan)
n_clusters
Number of clusters for KMeans
dbscan_eps
Epsilon parameter for DBSCAN
dbscan_min_samples
Minimum samples parameter for DBSCAN
Machine learning library for clustering
Ask a question on Slack
Open an issue on GitHub