distro_expr: Plot distribution of expression values

View source: R/distro_expr.R

distro_exprR Documentation

Plot distribution of expression values

Description

Plot distribution of expression values

Usage

distro_expr(rld, plot_type = "density")

Arguments

rld

A DESeqTransform object.

plot_type

Character, choose one of boxplot, violin or density. Defaults to density

Value

A plot with the distribution of the expression values

Examples

dds <- makeExampleDESeqDataSet_multifac(betaSD_condition = 3, betaSD_tissue = 1)
rlt <- DESeq2::rlogTransformation(dds)
distro_expr(rlt)

federicomarini/pcaExplorer documentation built on March 27, 2024, 3:30 p.m.