Description Usage Arguments Value Author(s) See Also Examples
"Novelty" refers to log10 genes detected per count.
1 2 3 4 5 6 7 8 9 10 11 | plotNovelty(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotNovelty(object, geom = c("ecdf",
"ridgeline", "violin", "histogram", "boxplot"), interestingGroups, min = 0L,
fill = NULL, trans = "identity", title = "genes per UMI (novelty)")
## S4 method for signature 'seurat'
plotNovelty(object, geom = c("ecdf", "ridgeline", "violin",
"histogram", "boxplot"), interestingGroups, min = 0L, fill = NULL,
trans = "identity", title = "genes per UMI (novelty)")
|
object |
Object. |
... |
Additional arguments. |
geom |
Plot type. Uses |
interestingGroups |
Character vector of interesting groups. Must be
formatted in camel case and intersect with |
min |
Recommended minimum value cutoff. |
fill |
Desired ggplot fill scale. Must supply discrete values. When set
to |
trans |
Name of the axis scale transformation to apply. See
|
title |
Plot title. |
ggplot
.
Michael Steinbaugh
Other Quality Control Functions: barcodeRanksPerSample
,
filterCells
, metrics
,
plotCellCounts
,
plotGenesPerCell
,
plotMitoRatio
,
plotMitoVsCoding
, plotQC
,
plotReadsPerCell
,
plotUMIsPerCell
,
plotZerosVsDepth
1 2 | # SingleCellExperiment ====
plotNovelty(cellranger_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.