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

Branching points detection #11

Closed
pwl opened this issue Mar 8, 2017 · 4 comments
Closed

Branching points detection #11

pwl opened this issue Mar 8, 2017 · 4 comments

Comments

@pwl
Copy link

pwl commented Mar 8, 2017

Is there any way to estimate the number of branching points? It seems that this number has to be explicitly given before running the algorithm, which might be difficult if it's not clear from simply looking at the dimensionally reduced data.

@falexwolf
Copy link
Member

No, there is no such way in DPT. We had good experience with manually choosing it. In our opinion, no one really came up with a sound and reliable statistical way of detecting the number of branching points, independent of the underlying algorithm. The best attempts to solve the problem though might be found within Monocle 2 or K-Branches.

@ShuhuaGao
Copy link

Yes, it seems better to specify the number of branches manually. I have tried Monocle 2 though, which gives about 10 branches for the example dataset from Moignard et al., Nat. Biotechn. (2015). Maybe I didn't operate Monocle 2 properly.

@falexwolf
Copy link
Member

Thanks for the feedback! It astonishes me a bit, though, that Monocle 2 doesn't work well on that example. For the Paul et al, Cell (2015), it should give very nice results (link to preprocessing / link to plots), as they show in the recent preprint I reference above.

@falexwolf
Copy link
Member

The approx. graph abstraction (AGA) tool resolves this issue: https://doi.org/10.1101/208819 and https://github.com/theislab/graph_abstraction.

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

3 participants