Plot intronic mapping rate
Source:R/AllGenerics.R
, R/plotIntronicMappingRate-methods.R
plotIntronicMappingRate.Rd
The majority of reads should map to exons and not introns.
Usage
plotIntronicMappingRate(object, ...)
# S4 method for bcbioRNASeq
plotIntronicMappingRate(
object,
interestingGroups = NULL,
limit = 0.2,
labels = list(title = "Intronic mapping rate", subtitle = NULL, sampleAxis = NULL,
metricAxis = "intronic mapping rate (%)"),
flip = getOption(x = "acid.flip", default = TRUE)
)
Arguments
- object
Object.
- interestingGroups
character
. Groups of interest to use for visualization. Corresponds to factors describing the columns of the object.- limit
numeric(1)
. Threshold limit.- labels
list
. ggplot2 labels. Seeggplot2::labs()
for details.- flip
logical(1)
. Flip x and y axes. Recommended for plots containing many samples.- ...
Additional arguments.
Examples
data(bcb)
## bcbioRNASeq ====
plotIntronicMappingRate(bcb)