Description Usage Arguments Value Author(s) Examples
This function generates a plot relating the cumulative proportion of reads in each sample of a crispr screen to the abundance rank of the
underlying guides (or Targets). The purpose of this algorithm is to detect potential distortions in the library composition
that might not be properly controlled by sample normalization (see also: ct.stackedGuides()
).
1 | ct.guideCDF(eset, sampleKey = NULL, plotType = "gRNA", annotation = NULL)
|
eset |
An ExpressionSet object containing, at minimum, a matrix of gRNA abundances extractable with the exprs() function. |
sampleKey |
An optional sample key, supplied as an ordered factor linking the samples to experimental
variables. The |
plotType |
A string indicating whether the individual guides should be displayed (" |
annotation |
An optional data.frame containing an annotation object to be used to aggregate the guides into targets. gRNAs are annotated by row,
and must minimally contain a column |
A CDF plot displaying the appropriate CDF curves on the default device.
Russell Bainer
1 2 | data('es')
ct.guideCDF(es)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.