plotCountsPerGene: Plot Counts Per Gene

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot Counts Per Gene

Usage

1
2
3
4
5
6
plotCountsPerGene(object, ...)

## S4 method for signature 'bcbioRNASeq'
plotCountsPerGene(object, interestingGroups,
  normalized = c("tmm", "rlog", "vst", "tpm", "rle"),
  fill = scale_fill_hue(), flip = TRUE, title = "counts per gene")

Arguments

object

Object.

...

Additional arguments.

interestingGroups

Character vector denoting groups of interest that define the samples. If left unset, defaults to sampleName.

normalized

Character indicating which normalization method to apply:

  • "tpm": Transcripts per million (tximport).

  • "tmm": edgeR trimmed mean of M-values. Calculated on the fly.

  • "rlog": DESeq2 log2 regularized log transformation.

  • "vst": DESeq2 log2 variance stabilizing transformation.

fill

Desired ggplot fill scale. Must supply discrete values. When set to NULL, the default ggplot2 color palette will be used. If manual color definitions are desired, we recommend using ggplot2::scale_fill_manual().

flip

Flip x and y axes.

title

Title of plot.

Value

ggplot.

Author(s)

Michael Steinbaugh, Rory Kirchner, Victor Barrera

See Also

Other Quality Control Functions: plot5Prime3PrimeBias, plotCorrelationHeatmap, plotCountDensity, plotDispEsts, plotExonicMappingRate, plotGenderMarkers, plotGeneSaturation, plotGenesDetected, plotIntronicMappingRate, plotMappedReads, plotMappingRate, plotMeanSD, plotPCACovariates, plotPCA, plotRRNAMappingRate, plotTotalReads

Examples

1

roryk/bcbioRnaseq documentation built on May 27, 2019, 10:44 p.m.