-
Notifications
You must be signed in to change notification settings - Fork 21
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
specific gene trends #25
Comments
Hi again,
Yes we can do that, I'll make the changes by Monday and update the git and
pip versions
…On Sat, 12 Nov 2022, 13:31 jiawen wang, ***@***.***> wrote:
Hi,
Are there any ways to plot gene expression along only one or more lineages
using via.get_gene_expression?
It's similar to palantir function compute_gene_trends(pr_res, gene_exprs,
lineages=None, n_jobs=-1), where lineages: Subset of lineages for which to
compute the trends
—
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AISI4SEOKRFH6K5W2C64JADWH4TT5ANCNFSM6AAAAAAR6E2SZE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
hi, just made the changes and are available on git/pip if you want to update. let me know if it works |
Great, it works! This is what palantir does: |
hi, that would be useful if you want to 'overwrite' the autodetection. we can do a fairly quick fix on that but would need until next week when we have a little more time. thanks for the useful suggestions |
hi @wangjiawen2013 this should be fixed now - let me know if it works for you you can also selectively plot lineage branch probabilities in draw_sc_lineage_probability() or get_gene_expression() by setting marker_lineages = [] with the suitable terminal lineage clusters. |
Hi,
|
Perhaps all the function that use plt.subplots() will lead to this issue when there are only one plot. |
hi, i fixed this bug in |
Hi,
Are there any ways to plot gene expression along only one or more lineages using via.get_gene_expression?
It's similar to palantir function compute_gene_trends(pr_res, gene_exprs, lineages=None, n_jobs=-1), where lineages: Subset of lineages for which to compute the trends
The text was updated successfully, but these errors were encountered: