plotCountsVsFeatures | R Documentation |
Plot the disambiguated counts per cell vs. features (i.e. genes or transcripts) detected.
plotCountsVsFeatures(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotCountsVsFeatures(
object,
interestingGroups = NULL,
trendline = FALSE,
trans = "log2",
labels = list(title = "Counts vs. features", subtitle = NULL, x = "counts", y =
"features")
)
object |
Object. |
interestingGroups |
|
trendline |
|
trans |
For more information: help(topic = "scale_x_continuous", package = "ggplot2") |
labels |
|
... |
Additional arguments. |
"Counts" refer to universal molecular identifier (UMI) counts for droplet-based scRNA-seq data.
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh, Rory Kirchner
plotCountsPerCell()
.
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
plotCountsVsFeatures(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.