ct.GCbias | R Documentation |
This function visualizes relationships between gRNA GC content and their measured abundance or various differential expression model estimates.
ct.GCbias(data.obj, ann, sampleKey = NULL, lib.size = NULL)
data.obj |
An |
ann |
An annotation |
sampleKey |
An optional sample key, supplied as a factor linking the samples to experimental
variables. The |
lib.size |
An optional vector of voom-appropriate library size adjustment factors, usually calculated with |
An image relating GC content to experimental observations on the default device. If the
provided data.obj
is an ExpressionSet
, this takes the form of a scatter plot where the
GC
with a smoothed trendline within each sample. If data.obj
is a fit object describing a linear model
contrast, then four panels are returned describing the GC content distribution and its relationship
to guide-level fold change, standard deviation, and P-value estimates.
Russell Bainer
data('es') data('ann') data('fit') ct.GCbias(es, ann) ct.GCbias(fit, ann)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.