Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudotime in the same cluster #30

Open
wangjiawen2013 opened this issue Dec 14, 2022 · 7 comments
Open

Pseudotime in the same cluster #30

wangjiawen2013 opened this issue Dec 14, 2022 · 7 comments

Comments

@wangjiawen2013
Copy link

Hi,
Do the cells in one cluster have the same pseudotime ?

@ShobiStassen
Copy link
Owner

hi, no the pseudotime of a single cell will be the weighted average of the cluster level pseudotimes of each of its neighboring cells (so at the single cell level a cell may have neighbors from different clusters)

@wangjiawen2013
Copy link
Author

Do the pseudotime and lineage probability depend on the PARC cluster labels or they are independently

@wangjiawen2013
Copy link
Author

and I still confuse about the parameter "preserve_disconnected: if you suspect disconnected trajectories, set this to False". What does this sentence mean ?

@ShobiStassen
Copy link
Owner

Hi, yes the lineage and pseudotime are influenced by the cluster graph which aggregates the single cell edges by cluster. Once the cluster level time and probability are computed, we project back to single cell level.

If you think there should be multiple disconnected components in your data, then set preserve_disconnected = False to prevent the method from trying to reconnect them

@wangjiawen2013
Copy link
Author

I think I got it. I have checked the pseudotime and PARC cluster label. Most of the cells in the same cluster have the same pseudotime, and very few cells have different pseudotime.
In this case, VIA is different from palantir. I find palantir Pseudotime is indepdent of clusters.

@wangjiawen2013
Copy link
Author

wangjiawen2013 commented Dec 19, 2022

And, Does VIA use PARC clustering internally or true labels given by the users when computing pseudotime ?

@ShobiStassen
Copy link
Owner

ShobiStassen commented Dec 19, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants