plotExonicMappingRate | R Documentation |
Ideally, at least 60 percent of total reads should map to exons for RNA-seq.
plotExonicMappingRate(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotExonicMappingRate(
object,
interestingGroups = NULL,
limit = 0.6,
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 |
|
labels |
|
flip |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-05-09.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
data(bcb)
## bcbioRNASeq ====
plotExonicMappingRate(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.