View source: R/Seurat.Utils.Visualization.R
qGeneExpressionUMAPS | R Documentation |
Generates and arranges UMAP plots for up to four specified gene expressions from a Seurat object onto an A4 page, facilitating comparative visualization.
qGeneExpressionUMAPS(
obj = combined.obj,
features = rownames(obj)[1:4],
prefix = "Expression.UMAP.Gene",
suffix = "",
nrow = 2,
ncol = 2,
w = 11.69,
h = 8.27,
title = paste0(prefix, " ", paste(features, collapse = ", "), " ", suffix),
...
)
obj |
Seurat object to visualize; Default: |
features |
Vector of gene identifiers to plot;
dynamically defaults to the first 4 found by |
prefix |
Prefix for plot titles; Default: "Expression.UMAP.Gene". |
suffix |
Suffix for plot titles; Default: "". |
nrow |
Number of rows in the plot grid; Default: 2. |
ncol |
Number of columns in the plot grid; Default: 2. |
w |
Width of the plot; Default: 11.69. |
h |
Height of the plot; Default: 8.27. |
title |
Custom title for the composite plot; dynamically generated from |
... |
Additional parameters for individual UMAP plots. |
## Not run:
qGeneExpressionUMAPS()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.