Description Usage Arguments Value Author(s) Examples
Returns a DGEobj containing DGEList object representing the result of edgeR TMM normalization.
1 2 3 4 5 6 | runEdgeRNorm(
dgeObj,
normMethod = "TMM",
plotFile = "TMM_Norm.Factors.PNG",
plotLabels = NULL
)
|
dgeObj |
A DGEobj data structure containing counts, design data and gene annotation |
normMethod |
One of "TMM", "RLE", "upperquartile" or "none". Default = "TMM" |
plotFile |
Enable a Barplot of the norm.factors produced (Default = "Norm.Factors.PNG") Set to NULL to disable the plot. |
plotLabels |
Sample labels for the plot. Length must equal the number of samples. (Default = NULL; sample number will be displayed) |
A DGEObj with a normalized DGEList added.
John Thompson, jrt@thompsonclan.org
1 2 3 | MyDgeObj <- runEdgeRNorm (RSE)
MyDgeObj <- runEdgeRNorm (MyDgeObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.