-
Notifications
You must be signed in to change notification settings - Fork 105
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
about gene for velocity #216
Comments
100 seems a bit low but the number of genes needed depends on the dataset, in general. As outlined in this supplementary material, you can see that already 30 genes explain a large portion of the dynamics in the dentate gyrus dataset.
Based on the phase portraits of the genes with the highest likelihood it seems that your dataset does not provide enough information to infer dynamics. To be more concise: The phase portraits do not exhibit the characteristic almond/football shape. Take FOLH1 for example: An up- and down-regulation has been fitted. However, you could just as easily fit only an up- or down regulation since the phase portrait is linear. |
Hi @WeilerP , taking that phase portraits of many velocity genes are lack of information (perhaps linear or random), if it's a possiable solution to manully select the genes with characteristic almond/football pattern (via |
@JohnGenome, yes that would be a solution. However, just be aware that observing (part of) a desirable phase portrait does not imply correct inference (w.r.t known biology) as model assumptions could still be violated. See e.g. this example where transcriptional bursts are observed (i.e. the assumption of approx. constant rates is violated). |
This is a amazing package
I'm a new user of python and scVelo. I have some naive questions,
I have 2421 cells dropseq data and annotate spliced/unspliced with velocyto.
just capture 8% unspliced
An average of about 800 genes were detected of dropseq data.
I use scVelo to velocity analysis, use stochastic and dynamic model.
print(adata.var.velocity_genes.sum())
74
scv.pl.velocity_embedding_stream(adata, basis='umap',color='cluster')

####dynamic model
scv.tl.recover_dynamics(adata)
scv.tl.velocity(adata, mode='dynamical')
scv.tl.velocity_graph(adata)
print(adata.var.velocity_genes.sum())
62
scv.pl.velocity_embedding_stream(adata, basis='umap',color='cluster')

1.Is around 100 genes enough for infer cell next state?
2.there have diferent direction in cluster 6, 9, 3, which we care about. which one is right?
The text was updated successfully, but these errors were encountered: