Description Usage Arguments Value Author(s) See Also Examples
Plot Gene Detection Saturation
1 2 3 4 5 6 | plotGeneSaturation(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotGeneSaturation(object, normalized = c("rlog",
"vst", "tmm", "tpm"), interestingGroups, minCounts = 1L,
trendline = FALSE, color = scale_color_hue(), title = "gene saturation")
|
object |
Object. |
... |
Additional arguments. |
normalized |
Character indicating which normalization method to apply:
|
interestingGroups |
Character vector denoting groups of interest that
define the samples. If left unset, defaults to |
minCounts |
Minimum number of counts per gene in the counts matrix. |
trendline |
Include a trendline for each group. |
color |
Desired ggplot color scale. Must supply discrete values. When
set to |
title |
Title of plot. |
ggplot
.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
Other Quality Control Functions: plot5Prime3PrimeBias
,
plotCorrelationHeatmap
,
plotCountDensity
,
plotCountsPerGene
,
plotDispEsts
,
plotExonicMappingRate
,
plotGenderMarkers
,
plotGenesDetected
,
plotIntronicMappingRate
,
plotMappedReads
,
plotMappingRate
, plotMeanSD
,
plotPCACovariates
, plotPCA
,
plotRRNAMappingRate
,
plotTotalReads
1 2 | # Minimal example distorts the y-axis
plotGeneSaturation(bcb_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.