plot_biotypes {RNAseqQC}R Documentation

Plot number of counts per sample and biotype

Description

Plot the total number of counts for each sample and the major classes of ENSEMBL gene biotypes (protein coding, lncRNA, etc.)

Usage

plot_biotypes(dds)

Arguments

dds

A DESeqDataSet

Value

A ggplot object of the ggplot2 package.

Examples

plot_biotypes(T47D)


[Package RNAseqQC version 0.2.1 Index]