View source: R/SingleCellPlots.R
plot_tsne_label_by_multiple_gene_sets | R Documentation |
Plot TSNE with the expression of multiple gene sets
plot_tsne_label_by_multiple_gene_sets(
object,
gmt.file = c(),
show_gene_sets = c(),
custom_color = c(),
isNormalizedByHouseKeeping = T,
point.size = 2,
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. |
point.size |
The point size. Default 2 |
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.