Dunn Index for Clusters from scRNA-Seq
0
0
Entering edit mode
5.1 years ago
hkarakurt ▴ 180

Hello everyone, I want to try Dunn Index to validate my clustering results from scRNA-Seq data. I know the Dunn index starts from 0 and goes to infinity and higher results mean better clustering. I tried this method from scRNA-Seq which clustered with buildSNNGraph() function of Scater/Scran package and the graph is clustered with Louvain algorithm of igraph package. I tried range of k values and want to score them. Most of the Dunn indexes are between 0.08 and 0.1. Can I use these values to compare my clustering results or Dunn index is working for methods of distance based clustering rather than graph based clustering methods?

Thank you in advance

scRNA-Seq clustering dunn index scater scran • 2.1k views
ADD COMMENT
1
Entering edit mode

What about comparing the Louvain modularity scores across your different k values? In principle, Dunn index can be applied to assess clustering results for any method that groups items, presuming you can compute distances between the items. Calculating the Dunn index on your clusters would tell you something about the inter-vs-intra cluster distances in your clustering. However, your clusters were created based on Louvain optimization of modularity in the weighted nearest neighbor graph. So your clustering method was optimizing a different quantity (density of linkages) than what the Dunn index evaluates (ratio of distances). I think you'd have to decide which measure you consider to be the best way to assess of the 'quality' of your clustering.

ADD REPLY
0
Entering edit mode

Thanks for your explanation and comment.

ADD REPLY
0
Entering edit mode

Cross-posted on Bioconductor: https://support.bioconductor.org/p/118905/

ADD REPLY
0
Entering edit mode

I did not know it is a problem. I will try to delete my post here.

Thank you.

ADD REPLY
0
Entering edit mode

You do not have to delete it. Users will now go to the other site and get the answer there. Thanks

ADD REPLY

Login before adding your answer.

Traffic: 2025 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6