This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I create a sample characteristic/mutation plot in R?

I am wondering if anyone can help me figure out how to create a plot like this in R to show the characteristics of my samples. Is it just a manipulated heatmap, or is there a specific name that might help me find more information? I am not too familiar with r yet, but I looking for something like A:

enter image description here

My demo data looks something like this:enter image description here

And I am trying to use it to create something like this that looks like the first plot: enter image description here

Any guidance is greatly appreciated!

r heatmap publication mutation

1 answer

You're looking or Oncoplots. maftools and ComplexHeatmap can help you with that. Please Google those terms and you'll find starting points.

Log in to answer this question.