normalizedExpr2DistribBoxplot: Plot distribution of normalzied expression to check the...

View source: R/transcriptome.R

normalizedExpr2DistribBoxplotR Documentation

Plot distribution of normalzied expression to check the normalization effect of DESeq2.

Description

Plot distribution of normalzied expression to check the normalization effect of DESeq2.

Usage

normalizedExpr2DistribBoxplot(normexpr, saveplot = NULL, ...)

Arguments

normexpr

A list returned by deseq2normalizedExpr.

saveplot

Save plot to given file "a.pdf", "b.png".

...

Additional parameters given to ggsave.

Value

A ggplot2 object

Examples



normexpr <- deseq2normalizedExpr(dds)
normalizedExpr2DistribBoxplo(normexpr)



Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.