Plot Ribosomal RNA (rRNA) Mapping Rate
plotRRNAMappingRate(object, ...) # S4 method for bcbioRNASeq plotRRNAMappingRate(object, interestingGroups, warnLimit = 10, fill = scale_fill_viridis(discrete = TRUE), flip = TRUE) # S4 method for data.frame plotRRNAMappingRate(object, interestingGroups = "sampleName", warnLimit = 10, fill = scale_fill_viridis(discrete = TRUE), flip = TRUE)
| object | Object. |
|---|---|
| ... | 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 |
| warnLimit | Threshold to plot warning color marker. |
| fill | Desired ggplot fill scale. Defaults to
|
| flip | Flip x and y axes. |
Other Quality Control Plots: plot53Bias,
plotCountDensity,
plotCountsPerGene,
plotExonicMappingRate,
plotGenderMarkers,
plotGeneSaturation,
plotGenesDetected, plotGene,
plotIntronicMappingRate,
plotMappedReads,
plotMappingRate,
plotTotalReads
plotRRNAMappingRate(bcb)# NOT RUN { plotRRNAMappingRate( bcb, interestingGroups = "group", fill = NULL) # }# data.frame# NOT RUN { metrics(bcb) %>% plotRRNAMappingRate() # }