single-cell-genetics / cellsnp-lite

Efficient genotyping bi-allelic SNPs on single cells
https://cellsnp-lite.readthedocs.io
Apache License 2.0
124 stars 11 forks source link

ELBO plot decreasing instead of increasing to a plateau #71

Open haigdjambazian opened 1 year ago

haigdjambazian commented 1 year ago

Hi, I am working on a single cell DNA dataset (10x genomics) and I managed to run cellsnp-lite and vireo and now I am generating the clustering using the example here. I seem to get some clustering to appear (tried with 100 cells, with MINCOUNT=10,15,25,50,100) but the ELBO plot seems to be decreasing with added donnors instead of increasing to a plateau. The only case where I see an increase (ELBO jumps from 2 to 3 donnors) if for MINCOUNT=100. Can you help me interpret this? Thank you.

huangyh09 commented 1 year ago

Thanks. There's likely not enough information to partition the 100 cells. Usually, a larger n_cluster is preferred when the n_cells increase.

Yuanhua

haigdjambazian commented 1 year ago

Increasing the number of cells to 500 or 1000 caused the ELBO plot to look more normal. My data has two shoulders though but at least the plot is always increasing and has a plateau. Thanks!