View source: R/SingleCellPlots.R
plot_umap_label_by_genes | R Documentation |
Plot UMAP with gene expression
plot_umap_label_by_genes(
object,
gene_list = c(),
point.size = 0.3,
point.color1 = "blue",
point.color2 = "red"
)
object |
The SingCellaR object. |
gene_list |
The vector of gene names |
point.size |
The point size. Default 0.3 |
point.color1 |
The first color of gene expression gradient. Default blue |
point.color2 |
The second color of gene expression gradient. Default red |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.