dpeerlab / Palantir

Single cell trajectory detection

Home Page:https://palantir.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to compare with other algorithm(monocle,TSCAN)?

handesome opened this issue · comments

Dear Palantir developers!!!
Palantir is a wonderful tool for trajectory analysis, please tell me how to compare palantir with other pseudotime trajectory?could you give some advice? Thanks!!!

Thank you for reaching out. This question largely depends on the type of comparison you would like to make. The pseudo-time orderings from different approaches are in-large part quite similar between different algorithm with certain nuances. The major differences are from the way algorithms represent fate choices. Palantir treats this as a continuous process whereas the others do not. Are you trying to compare fate choice representations across the different methods?

Hi!Thank you for the reply!!YES,i'm trying to compare fate choice representations across the different methods with some Evaluation metrics, such as Kendall's correlation, POS.. Thus, we could compared Palantir with the monocle2,TSCAN,Slingshot.could you please give some advice? Thanks again!!

The fate choice representations are not directly comparable because of how varied they are. The underlying philosophy of these methods are quite different and thus designing reliable distance metrics are hard. One could potentially try to identify branch points with palantir to compare to the other approaches but that does not necessarily provide a measure of performance for Palantir.

Thank you for the quick reply!!Now I know the reason!!