Plot Gene Detection Saturation
plotGeneSaturation(object, counts, ...) # S4 method for bcbioRNASeq,missing plotGeneSaturation(object, interestingGroups, normalized = "tmm", minCounts = 0, color = scale_color_viridis(discrete = TRUE)) # S4 method for data.frame,matrix plotGeneSaturation(object, counts, interestingGroups = "sampleName", minCounts = 0, color = scale_color_viridis(discrete = TRUE))
| object | Object. |
|---|---|
| counts | Object containing a count matrix. |
| ... | Additional arguments (for the S4 generic definition). |
| interestingGroups | Category to use to group samples. In the plotting
functions, this will define color and shape, where applicable. If unset,
this is automatically determined by the metadata set inside the
bcbioRNASeq object. When set to |
| normalized | Count normalization method. See |
| minCounts | Numeric value for filtering the counts matrix before plotting. |
| color | Desired ggplot color scale. Defaults to
|
Other Quality Control Plots: plot53Bias,
plotCountDensity,
plotCountsPerGene,
plotExonicMappingRate,
plotGenderMarkers,
plotGenesDetected, plotGene,
plotIntronicMappingRate,
plotMappedReads,
plotMappingRate,
plotRRNAMappingRate,
plotTotalReads
plotGeneSaturation(bcb)# NOT RUN { plotGeneSaturation(bcb, interestingGroups = "group") # }# data.frame, matrix# NOT RUN { plotGeneSaturation(metrics(bcb), assay(rld)) # }