Plot alignment metrics as a bar chart.

plot_aln_metrics(x, type = "uniq_map_rate", fill_by = "sample", facet_by = "")

Arguments

x

A BbcSE object.

type

aln_metrics column to plot.

fill_by

Variable to fill by. Can be column from colData() or aln_metrics().

facet_by

Variable to facet by. Can be column from colData() or aln_metrics().

Value

A ggplot object