This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R tools to display SNVs and CNVs at the same plot?

Is there any R tools can display the SNVs and CNVs at the same plot? I want to show the situation that like TP53 occurred mutation and CNV amplification at the same time figure 1 form the paper PMID :31063779 DOI: 10.1053/j.gastro.2019.05.001

r snp genome

2 answers

Use oncoprint (https://jokergoo.github.io/ComplexHeatmap-reference/book/oncoprint.html)

It is exactly generate a plot you want.

it is very useful , thank you very much!

Log in to answer this question.