PlotVCFStatsBoxPlots: PlotVCFStatsBoxPlots

View source: R/firevat_plot.R

PlotVCFStatsBoxPlotsR Documentation

PlotVCFStatsBoxPlots

Description

Plots multiple (original, refined, artifact vcf) boxplots for single filter parameter

Usage

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
)

Arguments

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)

Value

A ggboxplot


cgab-ncc/FIREVAT documentation built on Nov. 19, 2022, 5:55 p.m.