powered by
Plot per sample the fraction of genes, versus the fraction of total counts.
plot_library_complexity(dds, show_progress = TRUE)
A ggplot object of the ggplot2 package that contains the library complexity plot.
A DESeqDataSet
Whether to show a progress bar of the computation.
library("DESeq2") set.seed(1) dds <- makeExampleDESeqDataSet() plot_library_complexity(dds)
Run the code above in your browser using DataLab