Description Usage Arguments Value Author(s) Examples
Plot UMI and Gene Correlation
1 2 3 4 5 6 7 8 9 10 11 | plotUMIsVsGenes(object, ...)
## S4 method for signature 'SingleCellExperiment'
plotUMIsVsGenes(object, interestingGroups,
trendline = FALSE, color = scale_color_hue(), trans = "log2",
title = "UMIs vs. genes")
## S4 method for signature 'seurat'
plotUMIsVsGenes(object, interestingGroups,
trendline = FALSE, color = scale_color_hue(), trans = "log2",
title = "UMIs vs. genes")
|
object |
Object. |
... |
Additional arguments. |
interestingGroups |
Character vector of interesting groups. Must be
formatted in camel case and intersect with |
trendline |
Include trendline on plot. |
color |
Desired ggplot color scale. Must supply discrete values. When
set to |
trans |
Name of the axis scale transformation to apply. See
|
title |
Plot title. |
ggplot
.
Michael Steinbaugh, Rory Kirchner
1 2 | # SingleCellExperiment ====
plotUMIsVsGenes(cellranger_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.