Closed zacharylau10 closed 7 years ago
Hi Jiping!
I know that sometimes DPT detects groups with no cells in it; you can try setting the obscure option allow_kendall_tau_shift
to False
; sometimes this helps. But the problem goes deeper [see at the very end here and there how branching groups are sometimes not meaningfully chosen). We're almost done with a method that combines the merits of DPT with conventional clustering that resolves this problem.
No, it doesn't mean that there is no branching signature in your data; but it is certainly not a strong one; in many "easy" cases, DPT works perfectly. You could also try to make the branching more proncounced by changing the preprocessing.
Hope that helps, Alex
Btw: We started to set up a documentation at https://scanpy.readthedocs.io.
Hi Alex!
Before, I filtered gene with min_mean
and min_disp
, and left about 1300 genes for downstream analysis. Maybe the dataset is highly similar, so I reduce the gene number and choose the top 200 highly variable genes and it run without error.
Thanks a lot,
Jiping
Great to hear! :smile:
Hello, it's me again, really thanks for your kindly reply before. when I analyze my own data using
sc.tl.dpt
with defaultn_branches
, it worked well, but when I setn_branches
more than 0, it occurred an error: