plot_library_complexity {RNAseqQC}R Documentation

Plot the library complexity

Description

Plot per sample the fraction of genes, versus the fraction of total counts.

Usage

plot_library_complexity(dds)

Arguments

dds

A DESeqDataSet

Value

A ggplot object of the ggplot2 package that contains the library complexity plot.

Examples

library("DESeq2")
set.seed(1)
dds <- makeExampleDESeqDataSet()
plot_library_complexity(dds)


[Package RNAseqQC version 0.1.4 Index]