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

Description Usage Arguments Value Examples

View source: R/transcriptome.R

Description

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

Usage

1
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

1
2
normexpr <- deseq2normalizedExpr(dds)
normalizedExpr2DistribBoxplo(normexpr)

Tong-Chen/YSX documentation built on Jan. 25, 2021, 2:49 a.m.