View source: R/SingleCellPlots.R
plot_tsne_label_by_a_signature_gene_set | R Documentation |
Plot TSNE with the expression of selected gene set
plot_tsne_label_by_a_signature_gene_set(
object,
gene_list = c(),
gene_set_name = c(),
isNormalizedByHouseKeeping = F,
point.size = 1,
point.color1 = "black",
point.color2 = "red"
)
object |
The SingCellaR object. |
gene_list |
The vector of gene names. |
gene_set_name |
The name of gene set. |
isNormalizedByHouseKeeping |
is logical. If TRUE, the gene expression will be normalized by the expression of house keeping genes. |
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.