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?
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