plotBarcodeRanks | R Documentation |
Plot barcode ranks
plotBarcodeRanks(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotBarcodeRanks(
object,
colors = c(fitline = AcidPlots::lightPalette[["blue"]], inflection =
AcidPlots::lightPalette[["purple"]], knee = AcidPlots::lightPalette[["orange"]]),
labels = list(title = NULL, subtitle = NULL),
...
)
object |
Object. |
colors |
|
labels |
|
... |
Passthrough to |
Requires DropletUtils package to be installed.
ggplot
grid.
Updated 2023-08-10.
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
if (requireNamespace("DropletUtils", quietly = TRUE)) {
object <- SingleCellExperiment_splatter
plotBarcodeRanks(object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.