Generates a barplot visualising the abundances of unique read count frequencies.
plotReadFrequencies(
BC_dat,
b = 30,
bw = NULL,
show_it = FALSE,
log = FALSE,
dens = FALSE
)
ggplot2 object
a BCdat object.
an integer value, defining the number of bins. Overridden by bw. Defaults to 30. (see `?ggplot2::geom_histogram`)
an integer value, defining the width of the bins.
a logical vaue. If TRUE, the respective values are printed on the console?
a logical vaue. If TRUE, the y-axis will be on a log scale.
a logical vaue. If TRUE, the density of the read frequencies will be plotted.