The genomic mapping rate represents the percentage of reads mapping to the reference genome. Low mapping rates are indicative of sample contamination, poor sequencing quality or other artifacts.
plotMappingRate(object, ...) # S4 method for bcbioRNASeq plotMappingRate(object, interestingGroups = NULL, limit = 0.7, fill = getOption(x = "acid.fill.discrete", default = acidplots::scale_fill_synesthesia_d()), labels = list(title = "Mapping rate", subtitle = NULL, sampleAxis = NULL, metricAxis = "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.