View source: R/counts_statistics.R
plot_library_complexity | R Documentation |
Plot per sample the fraction of genes, versus the fraction of total counts.
plot_library_complexity(dds, show_progress = TRUE)
dds |
A DESeqDataSet |
show_progress |
Whether to show a progress bar of the computation. |
A ggplot object of the ggplot2 package that contains the library complexity plot.
library("DESeq2")
set.seed(1)
dds <- makeExampleDESeqDataSet()
plot_library_complexity(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.