Description Usage Arguments Value Examples
View source: R/transcriptome.R
Plot distribution of normalzied expression to check the normalization effect of DESeq2.
1 | normalizedExpr2DistribBoxplot(normexpr, saveplot = NULL, ...)
|
normexpr |
A list returned by |
saveplot |
Save plot to given file "a.pdf", "b.png". |
... |
Additional parameters given to |
A ggplot2 object
1 2 | normexpr <- deseq2normalizedExpr(dds)
normalizedExpr2DistribBoxplo(normexpr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.