R/plotRRNAMappingRate-methods.R
plotRRNAMappingRate.RdClean, high-quality samples should have an rRNA mapping rate below 10 Higher rates are likely indicative of the polyA enrichment or ribo depletion protocol not having removed all ribosomal RNA (rRNA) transcripts. This will reduce the number of biologically meaningful reads in the experiment and is best avoided.
plotRRNAMappingRate(object, ...) # S4 method for bcbioRNASeq plotRRNAMappingRate(object, interestingGroups = NULL, limit = 0.1, fill = getOption(x = "acid.fill.discrete", default = acidplots::scale_fill_synesthesia_d()), labels = list(title = "rRNA mapping rate", subtitle = NULL, sampleAxis = NULL, metricAxis = "rRNA mapping rate (%)"), flip = getOption(x = "acid.flip", default = TRUE))
| object | Object. |
|---|---|
| interestingGroups |
|
| limit |
|
| fill |
To set the discrete fill palette globally, use: options(acid.fill.discrete = ggplot2::scale_fill_viridis_d()) |
| labels |
|
| flip |
|
| ... | Additional arguments. |
ggplot.
Updated 2019-09-16.