Description Usage Arguments Value Examples
View source: R/visualization.R
Visualize top genes associated with reduction components
1 2 3 4 5 6 7 8 9 10 11 |
object |
Seurat object |
dims |
Number of dimensions to display |
nfeatures |
Number of genes to display |
col |
Color of points to use |
reduction |
Reduction technique to visualize results for |
projected |
Use reduction values for full dataset (i.e. projected dimensional reduction values) |
balanced |
Return an equal number of genes with + and - scores. If FALSE (default), returns the top genes ranked by the scores absolute values |
ncol |
Number of columns to display |
combine |
Combine plots into a single |
A patchworked
ggplot object if
combine = TRUE
; otherwise, a list of ggplot objects
1 | VizDimLoadings(object = pbmc_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.