View source: R/SingleCellPlots.R
| plot_3D_knn_graph_label_by_gene | R Documentation | 
Plot KNN-Graph trajectory in 3D with the gene expression of selected genes
plot_3D_knn_graph_label_by_gene(
  object,
  show.gene = c(),
  vertext.size = 0.4,
  point.color1 = "black",
  point.color2 = "red",
  edge.color = "gray45"
)
| object | The SingCellaR object. | 
| show.gene | The vector of gene names. | 
| 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 | 
| edge.color | The edge color. Default gray45 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.