dpeerlab/PhenoGraph

Best k value to use

dalide opened this issue · 2 comments

Hi, I have a question about the parameter k, the number of nearest neighbors to use, is there a way to choose the best k value? like comparing the modularity for each k and choose based on some criteria. Thanks.

i saw some guides concerning dat problem. https://github.com/dpeerlab/PhenoGraph/blob/master/examples/tutorial_pbmc3k.ipynb

Thanks a lot, this is very helpful.