View source: R/SingleCellPlots.R
plot_diffusionmap_label_by_multiple_gene_sets | R Documentation |
Plot diffusion map with the expression of multiple gene sets
plot_diffusionmap_label_by_multiple_gene_sets(
object,
gmt.file = c(),
show_gene_sets = c(),
custom_color = c(),
isNormalizedByHouseKeeping = T,
x_eigenVal = "DC1",
y_eigenVal = "DC2",
point.size = 1,
showLegend = T,
background.color = "white"
)
object |
The SingCellaR object. |
gmt.file |
The GMT file for gene sets. |
show_gene_sets |
The names of selected gene sets. |
custom_color |
The custom color names. |
isNormalizedByHouseKeeping |
is logical. If TRUE, the gene expression will be normalized by the expression of house keeping genes. |
x_eigenVal |
The diffusion map dimension on x axis. Default DC1 |
y_eigenVal |
The diffusion map dimension on y axis. Default DC2 |
point.size |
The point size. Default 1 |
showLegend |
is logical. If TRUE, the figure legend will be shown. |
background.color |
The background color of the plot. Default white |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.