Description Usage Arguments Value Examples
Plot distribution of expression values
1 | distro_expr(rld, plot_type = "density")
|
rld |
A |
plot_type |
Character, choose one of |
A plot with the distribution of the expression values
1 2 3 | dds <- makeExampleDESeqDataSet_multifac(betaSD_condition = 3, betaSD_tissue = 1)
rlt <- DESeq2::rlogTransformation(dds)
distro_expr(rlt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.