plotMappingRate | R Documentation |
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 signature 'bcbioRNASeq'
plotMappingRate(
object,
interestingGroups = NULL,
limit = 0.7,
labels = list(title = "Mapping rate", subtitle = NULL, sampleAxis = NULL, metricAxis =
"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 ====
plotMappingRate(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.