View source: R/SingleCellPlots.R
plot_diffusionmap_label_by_genes | R Documentation |
Plot diffusion map with gene expression
plot_diffusionmap_label_by_genes(
object,
gene_list = c(),
point.size = 0.3,
point.color1 = "blue",
point.color2 = "red",
x_eigenVal = "DC1",
y_eigenVal = "DC2"
)
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 |
x_eigenVal |
The diffusion map dimension on x axis. Default DC1 |
y_eigenVal |
The diffusion map dimension on y axis. Default DC2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.