plotFeatureSaturation | R Documentation |
We should observe a linear trend in the number of genes detected with the number of mapped reads, which indicates that the sample input was not overloaded.
plotFeatureSaturation(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotFeatureSaturation(
object,
interestingGroups = NULL,
minCounts = 1L,
perMillion = TRUE,
trendline = FALSE,
label = getOption(x = "acid.label", default = FALSE),
labels = list(title = "Gene saturation", subtitle = NULL, x = "mapped reads", y =
"gene count")
)
object |
Object. |
interestingGroups |
|
minCounts |
|
perMillion |
|
trendline |
|
label |
|
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2023-10-05.
Michael Steinbaugh, Rory Kirchner, Victor Barrera
data(bcb)
## bcbioRNASeq ====
plotFeatureSaturation(bcb, label = FALSE)
plotFeatureSaturation(bcb, label = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.