barcode_lost: Count number of barcode lost

View source: R/barcode_lost.R

barcode_lostR Documentation

Count number of barcode lost

Description

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.

Usage

barcode_lost(screenR_Object)

Arguments

screenR_Object

The ScreenR object obtained using the create_screenr_object

Value

Return a tibble containing the number of barcode lost for each sample

Examples

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))


EmanuelSoda/ScreenR documentation built on Sept. 29, 2023, 12:33 a.m.