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

interactive heatmap #152

Closed
shengyongniu opened this issue Apr 24, 2024 · 2 comments
Closed

interactive heatmap #152

shengyongniu opened this issue Apr 24, 2024 · 2 comments

Comments

@shengyongniu
Copy link

Hi there,
I am interested in selecting some genes after the visualization of dittoheatmap based on the gene clusters. Too many genes (~300) are in the heatmap, so it's hard to know them by label. I wondered if there's an interactive mode I can use to select and understand what these genes are. Thank you

@dtm2451
Copy link
Owner

dtm2451 commented Apr 24, 2024

Hi there,

One option is to make use of complex = TRUE in your dittoHeatmap() call and then use InteractiveComplexHeatmap, the Shiny app companion for ComplexHeatmap. I haven't used this much yet myself, but it looks super cool! There's a vignette here.

Eventually I will find time to address #101 properly, but in the meantime, if it would be helpful to label only specific genes after you pick them out, there's some code in that issue for making use of ComplexHeatmap's more robust labeling system.

@shengyongniu
Copy link
Author

I just try it, it's pretty nice! Thanks!

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

2 participants