show_dds_counts_freq | R Documentation |
Helper function to check distribution of reads in DESeq2 object
show_dds_counts_freq(
deseq_dataset,
xlim = c(0, 20),
title = "Here goes the title",
min_counts = 5
)
deseq_dataset |
|
xlim |
|
title |
|
min_counts |
Small number of pseudocounts added to the normalised counts before the |
A nice ggplot2 density plot
show_dds_counts_freq(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.