plot_mutation_pattern_violinplot | R Documentation |
Plot the mutation pattern of given samples using a violin plot.
plot_mutation_pattern_violinplot(obj_list)
obj_list |
A list created by ‘create_obj_list’. |
It returns a ggplot object that contains violin plot.
data(example_obj_list) plot_mutation_pattern_violinplot(example_obj_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.