PlotVCFStatsBoxPlots | R Documentation |
Plots multiple (original, refined, artifact vcf) boxplots for single filter parameter
PlotVCFStatsBoxPlots( original.vcf.stat.values, refined.vcf.stat.values, artifact.vcf.stat.values, xlab, axis.font.size = 10, label.font.size = 10, title.font.size = 12 )
original.vcf.stat.values |
A numeric vector corresponding to the original vcf.obj values of single filter parameter |
refined.vcf.stat.values |
A numeric vector corresponding to the refined vcf.obj values of single filter parameter |
artifact.vcf.stat.values |
A numeric vector corresponding to the artifact vcf.obj values of single filter parameter |
xlab |
A string value (x-axis label) |
axis.font.size |
An integer value (axis font size) |
label.font.size |
An integer value (label font size) |
title.font.size |
An integer value (title font size) |
A ggboxplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.