Description Usage Arguments Value Author(s) Examples
This method extends the edgeR package by offering the functionality to plot the effect of the normalization factor.
1 2 3 4 5 6 | ## S4 method for signature 'DGEList,character,character'
plotNormalizationFactors(
obj = DGEList(),
cond1 = character(1),
cond2 = character(1)
)
|
obj |
An object of class |
cond1 |
A character string describing the first condition |
cond2 |
A character string describing the second condition |
none
Nicolas Delhomme
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.