Object of class matrix with rows representing the sequencing depth
(i.e. number of reads) and columns corresponding to each sample in the cohort
and elements of the matrix
colour
Character vector specifying colours to represent sequencing
depth.
plot_title
Character string specifying the title to display on the
plot.
x_title_size
Integer specifying the size of the x-axis title.
y_title_size
Integer specifying the size of the y-axis title.
facet_lab_size
Integer specifying the size of the faceted labels
plotted.
plotLayer
Valid ggplot2 layer to be added to the plot.
out
Character vector specifying the the object to output, one of
"data", "grob", or "plot", defaults to "plot" (see returns).
Value
One of the following, a list of dataframes containing data to be
plotted, a grob object, or a plot.