Plot genes detected
# S4 method for SummarizedExperiment plotGenesDetected(object, assay = 1L, interestingGroups = NULL, limit = 0L, minCounts = 1L, fill = getOption("basejump.fill.discrete", NULL), flip = getOption("basejump.flip", TRUE), title = "genes detected") # S4 method for SingleCellExperiment plotGenesDetected(object, assay = 1L, interestingGroups = NULL, limit = 0L, minCounts = 1L, fill = getOption("basejump.fill.discrete", NULL), flip = getOption("basejump.flip", TRUE), title = "genes detected")
object | Object. |
---|---|
assay |
|
interestingGroups |
|
limit |
|
minCounts |
|
fill |
To set the discrete fill palette globally, use: options(basejump.fill.discrete = ggplot2::scale_fill_viridis_d()) |
flip |
|
title |
|
ggplot
.
plotGenesDetected(sce)#>