plotMappedReads | R Documentation |
The number of mapped reads should correspond to the number of total reads.
plotMappedReads(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotMappedReads(
object,
interestingGroups = NULL,
limit = 10000000L,
perMillion = TRUE,
labels = list(title = "Mapped reads", subtitle = NULL, sampleAxis = NULL, metricAxis =
"reads"),
flip = getOption(x = "acid.flip", default = TRUE)
)
object |
Object. |
interestingGroups |
|
limit |
|
perMillion |
|
labels |
|
flip |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-05-09.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
data(bcb)
## bcbioRNASeq ====
plotMappedReads(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.