View source: R/om_reseq_basic.R
om_var_summary_plot | R Documentation |
Variant portion distribution summary plot using ggplot2.
Variant summary data is generated using om_var_pie_stats
.
om_var_summary_plot(var_stats_df, out_prefix = NULL, width = 30,
height = 12)
var_stats_df |
variant stats dataframe |
out_prefix |
output prefix, default is NULL, no output |
om_test_var_stats_df <- plyr::ldply(om_test_var_stats, data.frame)
om_var_summary_plot(om_test_var_stats_df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.