barcode_lost | R Documentation |
This function counts the number of barcodes lost during the sequencing. A barcode is lost if its associated shRNA has zero mapped read in a sample.
barcode_lost(screenR_Object)
screenR_Object |
The ScreenR object obtained using the
|
Return a tibble containing the number of barcode lost for each sample
object <- get0("object", envir = asNamespace("ScreenR"))
# In order to count the number of barcodes lost just the ScreenR object is
# needed
head(barcode_lost(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.