Description Usage Arguments Value Author(s) Examples
View source: R/Raw_read_densities.R
This function plots the per-sample densities of raw gRNA read counts on the log10 scale. The curve colors are assigned based on a user- specified sampleKey. This function is primarily useful to determine whether libraries are undersequenced (low mean raw gRNA counts), contaminated (many low-abundance gRNAs present), or if PCR artifacts may be present (subset of extremely abundant guides, multiple gRNA distribution modes). In most well-executed experiments the majority of gRNAs will form a tight distribution around some reasonably high average read count (hundreds of reads), at least among the control samples. Excessively low raw count values can compromise normalization steps and subsequent estimation of gRNA levels, especially in screens in which most gRNAs have minimal effects on cell viability.
1 | ct.rawCountDensities(eset, sampleKey = NULL, lib.size = NULL)
|
eset |
An ExpressionSet object containing, at minimum, count data accessible by exprs() and some phenoData. |
sampleKey |
A sample key, supplied as a (possibly ordered) factor linking the samples to experimental
variables. The |
lib.size |
Optional named vector of library sizes (total reads within the library) to enable normalization |
A density plot as specified on the default device.
Russell Bainer
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.