plot_barcode_lost | R Documentation |
This function plots the number of barcode lost in each sample. Usually lots of barcodes lost mean that the sample has low quality.
plot_barcode_lost(
screenR_Object,
palette = NULL,
alpha = 1,
legende_position = "none"
)
screenR_Object |
The ScreenR object obtained using the
|
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". |
Returns the plot displaying the number of barcode lost in each sample
object <- get0("object", envir = asNamespace("ScreenR"))
plot_barcode_lost(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.