-
Notifications
You must be signed in to change notification settings - Fork 699
standard_scale to plots #528
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
Conversation
Especially when we visualize raw counts, sometimes it's hard to see the differences between DEGs and other genes in the heatmap since one value can simply dominate the entire heatmap. I think we can add a scaling option to matrixplot, which squashes expression values between 0 and 1 to make markers more pronounced.
Allow greater customizability and visibility when using dotplot by allowing the user to set the smallest dot size.
|
@falexwolf I updated the visualizations example notebook to reflect the changes: scverse/scanpy_usage#11 |
|
Thank you! Shall we close @gokceneraslan PR then? Or do we need to merge it first and then merge this? Thanks for clarifying! Regarding the examples: it's a bit unfortunate, but we migrated to https://github.com/theislab/scanpy-tutorials, and |
|
I think this PR has all the commits from two other PRs. Tricky to set up 😛 We can close mine. |
|
Cool! I'll merge this then. Thanks everybody! |
|
@falexwolf Thanks. I will add the PR to scanpy-tutorials |
standard_scale to plots
This PR extends the original PR #512 by @gokceneraslan which adds the
standard_scalingparameter to matrixplot.I added the same functionality to dotplot, heatmap and stacked_violin.
Also, I integrated PR #524 by @sjfleming which adds a
smallest_dotoption to dotplot.