Description Usage Arguments Value Author(s) See Also Examples
This function helps us visualize the dropout rate.
1 2 3 4 5 6 7 8 9 | plotZerosVsDepth(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotZerosVsDepth(object, interestingGroups,
color = NULL, title = "zeros vs. depth")
## S4 method for signature 'seurat'
plotZerosVsDepth(object, interestingGroups, color = NULL,
title = "zeros vs. depth")
|
object |
Object. |
... |
Additional arguments. |
interestingGroups |
Character vector of interesting groups. Must be
formatted in camel case and intersect with |
color |
Desired ggplot color scale. Must supply discrete values. When
set to |
title |
Plot title. |
ggplot
.
Rory Kirchner, Michael Steinbaugh
Other Quality Control Functions: barcodeRanksPerSample
,
filterCells
, metrics
,
plotCellCounts
,
plotGenesPerCell
,
plotMitoRatio
,
plotMitoVsCoding
,
plotNovelty
, plotQC
,
plotReadsPerCell
,
plotUMIsPerCell
1 2 | # SingleCellExperiment ====
plotZerosVsDepth(cellranger_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.