Plot mitochondrial vs. coding counts
Usage
plotMitoVsCoding(object, ...)
# S4 method for SingleCellExperiment
plotMitoVsCoding(
object,
interestingGroups = NULL,
trendline = FALSE,
trans = "log2",
labels = list(title = "Mito vs. coding", subtitle = NULL, x = "coding", y = "mito")
)
Arguments
- object
Object.
- interestingGroups
character
. Groups of interest to use for visualization. Corresponds to factors describing the columns of the object.- trendline
logical(1)
. Include trendline on plot.- trans
character(1)
. Name of the axis scale transformation to apply.For more information:
- labels
list
. ggplot2 labels. Seeggplot2::labs()
for details.- ...
Additional arguments.