Description Usage Arguments Value Author(s)
View source: R/assemble_counts_QC.R
Assembles counts-based QC metrics.
1 2 3 4 5 6 7 8 9 | assemble_counts_QC(
qc_metrics,
counts,
counts_norm,
library,
plasmid_samp,
control_samp,
treat_samp
)
|
qc_metrics |
A data frame containing only sequencing-based QC metrics (rows as samples, QC metrics as columns). |
counts |
A data frame of counts for each sample in the study (samples as columns, gRNAs as rows). |
counts_norm |
A data frame of normalized counts for each sample in the study (samples as columns, gRNAs as rows). |
library |
A data frame containing the library file in which the first column gives the sgRNA sequence and the second column gives the sgRNA ID. |
plasmid_samp |
A character vector naming one or more plasmid samples. |
control_samp |
A character vector naming one or more control samples. |
treat_samp |
A character vector naming one or more treatment samples. If 'NULL' then there are no treatment samples. |
A modified 'qc_metrics' data frame containing all counts-based QC metrics (both experiment and sample-level).
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.