Git Product home page Git Product logo

Comments (2)

GregorySchwartz avatar GregorySchwartz commented on May 31, 2024

I don't know how you are defining your benchmark data set, but measures such as ARI assume the true clustering is known. For instance, if you are testing based on cell type then the true clustering would not necessarily be known, as it's unrealistic to assume all B cells, for instance, would belong to a single cluster as they are quite diverse. These measures don't take such features into account and thus harshly penalize splitting up such populations, which is why the clumpiness is probably indicating good performance. As the goal was not to get perfect cluster sizes but instead to see how well the splitting was (as it's a multi-resolution visualization that's not intended to be used solely for the leaves), we instead used Entropy, Purity, and NMI which are clustering validation indices which instead measure how "pure" each cluster was. We also used our rare population benchmarks (described in the paper) for another kind of test to see how well we can split two known rare populations from each other.

You can check out some of these analyses here (https://github.com/GregorySchwartz/too-many-cells-paper-analyses). Let me know if this is helpful!

from too-many-cells.

stat-hejia avatar stat-hejia commented on May 31, 2024

Thanks for the reply. I download some PBMCs data as my benchmark data set, and have true labels. just as you say, ARI and Silhouette unsuitable here. but because of the diversity, it seems too many clusters to evaluate, I dont know how to use the measures you recommend, and how many clusters(k) of my result. I learned the interlinkage you provided, but I've only learned R and Python, I can't understand the purity.hs, do you provide R or Python code or another way for my reference?

from too-many-cells.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.