plotMitoRatio | R Documentation |
Plot mitochondrial transcript abundance
plotMitoRatio(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotMitoRatio(
object,
geom = c("histogram", "ecdf", "violin", "ridgeline", "boxplot"),
interestingGroups = NULL,
max = 1L,
trans = "sqrt",
labels = list(title = "Mito ratio", subtitle = NULL, metricAxis = NULL, otherAxis =
NULL)
)
object |
Object. |
geom |
|
interestingGroups |
|
max |
|
trans |
For more information: help(topic = "scale_x_continuous", package = "ggplot2") |
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-01-19.
Michael Steinbaugh, Rory Kirchner
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
try({
plotMitoRatio(object)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.