Description Usage Arguments Details Value Author(s) Examples
Takes a DGEobj (containing counts) or a counts matrix as input. Returns a ggplot object containing a faceted plot of log2CPM before/after normalization. Either a box plot or density plot type can be chosen.
1 |
dat |
A DGEobj or counts matrix |
plotType |
One of "box" or "density" (default="box") |
normalize |
Default = "TMM" and invokes TMM normalization. Other allowed values are: "RLE","upperquartile", "none". Invokes edgeR::calcNormFactors for normalization. |
baseFontSize |
Passed on as base font size in ggplot theme. (default=12) |
Normalization is performed by edgeR::calcNormFactors. Note TMM is specifically tailored to count-based data. Thus this function is only appropriate for count-based data.
A facetted ggplot plot showing before/after normalization
John Thompson, jrt@thompsonclan.org
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.