plotTotalReads | R Documentation |
High quality RNA-seq samples ideally should have at least 10 million reads per sample.
plotTotalReads(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotTotalReads(
object,
interestingGroups = NULL,
limit = 20000000L,
perMillion = TRUE,
labels = list(title = "Total 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 ====
plotTotalReads(bcb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.