Description Usage Arguments Value Author(s) See Also Examples
Plot Genes per Cell
1 2 3 4 5 6 7 8 9 10 11 | plotGenesPerCell(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotGenesPerCell(object, geom = c("ecdf",
"ridgeline", "violin", "histogram", "boxplot"), interestingGroups, min = 0L,
max = Inf, trans = "log2", fill = NULL, title = "genes per cell")
## S4 method for signature 'seurat'
plotGenesPerCell(object, geom = c("ecdf", "ridgeline",
"violin", "histogram", "boxplot"), interestingGroups, min = 0L, max = Inf,
trans = "log2", fill = NULL, title = "genes per cell")
|
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. |
max |
Recommended maximum value cutoff. |
trans |
Name of the axis scale transformation to apply. See
|
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
,
plotCellCounts
,
plotMitoRatio
,
plotMitoVsCoding
,
plotNovelty
, plotQC
,
plotReadsPerCell
,
plotUMIsPerCell
,
plotZerosVsDepth
1 2 | # SingleCellExperiment ====
plotGenesPerCell(cellranger_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.