This function plots the number of barcode lost in each sample. Usually lots of barcodes lost mean that the sample has low quality.
Arguments
- screenR_Object
The ScreenR object obtained using the
create_screenr_object
- palette
A vector of colors to be used to fill the barplot.
- alpha
A value for the opacity of the plot. Allowed values are in the range 0 to 1
- legende_position
Where to positioning the legend of the plot. Allowed values are in the "top", "bottom", "right", "left", "none".
Examples
object <- get0("object", envir = asNamespace("ScreenR"))
plot_barcode_lost(object)