Plot distribution of expression values
distro_expr(rld, plot_type = "density")A DESeq2::DESeqTransform() object.
Character, choose one of boxplot, violin or
density. Defaults to density
A plot with the distribution of the expression values
dds <- makeExampleDESeqDataSet_multifac(betaSD_condition = 3, betaSD_tissue = 1)
rlt <- DESeq2::rlogTransformation(dds)
distro_expr(rlt)