View source: R/count_mapped_reads.R
count_mapped_reads | R Documentation |
This function counts the number of reads for each barcode in each sample. It is a quality control function (QC) to see if the biological protocol went as planned. If a sample has very low mapped compared to the other means that is has a lower quality.
count_mapped_reads(screenR_Object)
screenR_Object |
The ScreenR object obtained using the
|
Return a tibble containing the number of mapped read for sample
object <- get0("object", envir = asNamespace("ScreenR"))
head(count_mapped_reads(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.