plotMitoVsCoding | R Documentation |
Plot mitochondrial vs. coding counts
plotMitoVsCoding(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotMitoVsCoding(
object,
interestingGroups = NULL,
trendline = FALSE,
trans = "log2",
labels = list(title = "Mito vs. coding", subtitle = NULL, x = "coding", y = "mito")
)
object |
Object. |
interestingGroups |
|
trendline |
|
trans |
For more information: help(topic = "scale_x_continuous", package = "ggplot2") |
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh, Rory Kirchner
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
try({
plotMitoVsCoding(object)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.