plotIntronicMappingRate | R Documentation |
The majority of reads should map to exons and not introns.
plotIntronicMappingRate(object, ...)
## S4 method for signature '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)
)
object |
Object. |
interestingGroups |
|
limit |
|
labels |
|
flip |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-05-09.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
data(bcb)
## bcbioRNASeq ====
plotIntronicMappingRate(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.