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

RNA velocity and fig3 in the Genome Bio paper #11

Open
DHGK opened this issue Jun 16, 2019 · 4 comments
Open

RNA velocity and fig3 in the Genome Bio paper #11

DHGK opened this issue Jun 16, 2019 · 4 comments

Comments

@DHGK
Copy link

DHGK commented Jun 16, 2019

Hi PAGA community,

In the PAGA genome bio paper fig3 c,d, it shows how users could integrate RNA velocity information with PAGA to generated a directed PAGA graph. I really think that this is an amazing feature and wish to try out!

However, when going through fig3 example notebook, I feel the example stops right after fig3 b without showing vignettes for c,d. I'm wondering if anyone has tried to incorporate RNA velocity info and would like to share how you did it?

Thanks!

@falexwolf
Copy link
Contributor

Getting the figure based on velocyto involved quite a bit of book keeping of objects etc.

These days, if you use @VolkerBergen's scvelo, it should be much easier to get results like this. @VolkerBergen adapted the code to match his package: Do you have an example that we could link to also from here, so that people can find it? The Dentate Gyrus, for instance?

@VolkerBergen
Copy link

@DHGK you can follow this example to obtain velocities, and compute directed PAGA via

scv.tl.velocity_graph(adata)

sc.tl.paga(adata)
sc.tl.paga(adata, use_rna_velocity=True)

sc.pl.paga(adata, transitions='transitions_confidence')

@DHGK
Copy link
Author

DHGK commented Jun 19, 2019

@falexwolf and @VolkerBergen ,

Thank you so much for your suggestions. I'll try out the scvelo package to see what I get.

@VolkerBergen
Copy link

An example of applying directed PAGA can be found at https://scvelo.readthedocs.io/VelocityBasics.html.

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