Description Usage Arguments Author(s) References
View source: R/calc_dispersion_adj_gRNA.R
Calculates adjusted dispersion estimates at the gRNA level using a shrinkage estimator and returns the mean across all gRNAs for the Control vs Treatment comparison.
1 | calc_dispersion_adj_gRNA(counts, control_sample_id, treat_sample_id)
|
counts |
A data frame of normalized counts for each sample in the study (samples as columns, gRNAs as rows). |
control_sample_id |
A character vector naming one or more control samples. |
treat_sample_id |
A character vector naming one or more treatment samples. If 'NULL' then there are no treatment samples. |
Alex T. Kalinka, alex.kalinka@cancer.org.uk
Wu, H. et al. 2013. A new shrinkage estimator for dispersion improves differential expression detection in RNA-seq data. Biostatistics 14: 232-243.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.