This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R package to plot mutational frequency

Does anyone know the R or python package used to produce an image as given below. I would like to plot tumor frequency models. Thanks

Mutational burden plot

r rna-seq next-gen

2 answers

I don't know if there is a package for that, but you can use ggplot geom_jitter to do something similar. It's not the same, but it will let you see the distribution of the individual values.

enter image description here

Log in to answer this question.