Ideally, at least 60 percent of total reads should map to exons for RNA-seq.
plotExonicMappingRate(object, ...) # S4 method for bcbioRNASeq plotExonicMappingRate(object, interestingGroups = NULL, limit = 0.6, fill = getOption(x = "acid.fill.discrete", default = acidplots::scale_fill_synesthesia_d()), labels = list(title = "Exonic mapping rate", subtitle = NULL, sampleAxis = NULL, metricAxis = "exonic 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.