View source: R/plot_bin_regulon_UMAP.R
Calculates Regulon specificity score (RSS) from binary regulon activity.
1 2 3 4 5 6 7 | plot_bin_regulon_UMAP(
seurat_object,
binary_regulons,
regulon_name,
orientation = "wide",
highlight_color = "red"
)
|
seurat_object |
Processed seurat object (v3) with clustering results. |
binary_regulons |
Binary regulon activity as named list. |
regulon_name |
Name of the regulon to plot. |
orientation |
Orientation of the plots. Wide = UMAP plots side-by-side, long = UMAP plots stacked. |
highlight_color |
Color with which to highlight the active cells for a regulon |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.