Description Usage Arguments Value Author(s)
View source: R/calc_percent_matching_gRNAs.R
Calculates the percentage of reads in each sample that can be assigned to any of the gRNA sequences.
1 | calc_percent_matching_gRNAs(b2f_samples, counts)
|
b2f_samples |
A data frame of sample information derived from 'bcl2fastq2' output - see 'fgcQC::extract_b2f_json'. The 'SampleName' column should have been replaced with sample names hailing from the analysis config. |
counts |
A data frame of counts for each sample in the study (samples as columns, gRNAs as rows). |
A data frame containing per-sample percent matching gRNA values in a column called 'percent_reads_matching_gRNAs'.
Alex T. Kalinka, alex.kalinka@cancer.org.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.