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