View source: R/SingleCellPlots.R
plot_3D_knn_graph_label_by_a_signature_gene_set | R Documentation |
Plot KNN-Graph trajectory in 3D with the gene expression of a signature gene set
plot_3D_knn_graph_label_by_a_signature_gene_set(
object,
gene_list = c(),
isNormalizedByHouseKeeping = F,
vertext.size = 0.4,
point.color1 = "black",
point.color2 = "red"
)
object |
The SingCellaR object. |
gene_list |
The vector of gene names. |
isNormalizedByHouseKeeping |
is logical. If TRUE, the gene expression will be normalized by the expression of house keeping genes. |
vertext.size |
The node size. Default 0.4 |
point.color1 |
The low color gradient of gene expression. Default black |
point.color2 |
The high color gradient of gene expression. Default red |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.