plotNovelty | R Documentation |
"Novelty" refers to log10 genes detected per count.
plotNovelty(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotNovelty(
object,
geom = c("histogram", "ecdf", "violin", "ridgeline", "boxplot"),
interestingGroups = NULL,
min = 0L,
trans = "identity",
labels = list(title = "Novelty", subtitle = NULL, metricAxis = NULL, otherAxis = NULL)
)
object |
Object. |
geom |
|
interestingGroups |
|
min |
|
trans |
For more information: help(topic = "scale_x_continuous", package = "ggplot2") |
labels |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
plotNovelty(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.