Description Usage Arguments Value Author(s)
View source: R/calc_low_zero_count_plasmid_gRNAs.R
Caclculate the percentage of low (<30) and zero count gRNAs in the plasmid sample - these should be rare.
1 | calc_low_zero_count_plasmid_gRNAs(counts, plasmid_sample_id)
|
counts |
A data frame of counts for each sample in the study (samples as columns, gRNAs as rows). |
plasmid_sample_id |
A character string naming the plasmid sample ID in the column names of 'counts'. If several plasmid samples are given, the median count will be used. |
A data frame containing two colums 'percent_low_count_plasmid_gRNAs' and 'percent_zero_count_plasmid_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.