This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Create Mutational signature plot from vcf file.

Hello,

I have a vcf file with thousands of mutations (mouse) and I would like to represent these mutations in a plot very similar to this:

mutational_sig

I tried to search for packages that provide such a function, but so far I did not find any. I only found packages which try to infer the mutational signatures in my data, but I really just want the visual representation, as in the plot above.

If anyone could point me to a package that has such a function, I would be very happy.

Cheers!

r python mutational

3 answers

The mutSignatures R package has that visual.

tried this ?

comutplotter

Unfortunately, it does not seem like this tool outputs this particular plot.

If someone comes across this later: I ended up using MutationalPatterns which provides the function plot_96_profile, which does what I want.

Log in to answer this question.