Shians / NanoMethViz

Apache License 2.0
21 stars 2 forks source link

Violin plot function #8

Open Shians opened 2 years ago

Shians commented 2 years ago

In various talks I have demonstrated violin plots using NanoMethViz. To create this required querying the data with query_methy() and then creating a boxplot using ggplot2. This could be wrapped up into a function so that such plots are easier to make.

This function will be similar to plot_agg_regions() but in a more summarised form. Each data point used for the violin plot should be the methylation proportion of an entire feature, rather than individual sites. This trades resolution for less coverage bias over the genes.