jokergoo / InteractiveComplexHeatmap

Make Interactive Complex Heatmaps
https://jokergoo.github.io/InteractiveComplexHeatmap/
Other
128 stars 24 forks source link

Interactive oncoPrint in a Shiny app #110

Open sharitian opened 11 months ago

sharitian commented 11 months ago

Hello,

I am building a Shiny app that displays an oncoPrint using the ComplexHeatmap::oncoPrint() function. In the Shiny app, I want to be able to click on a gene name (y-axis) and display a resulting oncoPrint that partitions the samples (x-axis) based on whether or not they have that gene mutated. Is there a way to do this using the InteractiveComplexHeatmap function? If not, do you know of a way to do this with another package or method?

Thank you, Shari