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.
plotGeneSaturation(object, ...) # S4 method for bcbioRNASeq plotGeneSaturation(object, interestingGroups = NULL, minCounts = 1L, perMillion = TRUE, trendline = FALSE, label = getOption(x = "acid.label", default = FALSE), color = getOption(x = "acid.color.discrete", default = acidplots::scale_color_synesthesia_d()), labels = list(title = "Gene saturation", subtitle = NULL, x = "mapped reads", y = "gene count"))
| object | Object. |
|---|---|
| interestingGroups |
|
| minCounts |
|
| perMillion |
|
| trendline |
|
| label |
|
| color |
To set the discrete color palette globally, use: options(acid.color.discrete = ggplot2::scale_color_viridis_d()) |
| labels |
|
| ... | Additional arguments. |
ggplot.
Updated 2019-09-16.
plotGeneSaturation(bcb, label = TRUE)