Visualize how continuous & categorical metadata values relate
See original GitHub issueThe current app does a great job of showing how categorical metadata values relate to one another via “cluster occupancy”. For example, I can see how mouse.id
varies by louvain
cluster assignment.
However, I frequently want to visualize how continuous metadata values relate to categorical metadata values. For example, how does expression of myfavoritegene
vary by louvain cluster assignment?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to visualize the relationship between a continuous and a ...
A Box-plot is used when you want to visualize the relationship between a continuous and categorical variable. This scenario occurs in classification as...
Read more >3.3 Relationships between continuous and categorical variables
A categorical variable can take on a finite set of values. The simplest form of categorical variable is an indicator variable that has...
Read more >Data: Continuous vs. Categorical - EagerEyes
Most data sets contain both types of data. It's actually quite difficult to visualize data that is purely quantitative or purely categorical ( ......
Read more >What is the best way to visualize relationship between discrete ...
I would use boxplots to display the relationship between a discrete and a continuous variable. You can make your boxplots vertical or horizontal ......
Read more >Chapter 5 Visualizing Multivariate Data | Statistical Methods ...
Relationship between a categorical and continuous variable? Recall from previous chapters, we discussed using how to visualize continuous data from ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @cakirb! We’re really excited to get this feature into an upcoming release. We’re about to release v0.10.0, and our hope is that we’ll have this feature included in either v0.11.0, or v0.12.0. This will likely be by mid-June or mid-July 2019.
Some of the visualizations recently implemented in scanpy do a really beautiful job of this:
https://github.com/theislab/scanpy/pull/175