View source: R/SingleCellPlots.R
plot_3D_knn_graph_label_by_clusters | R Documentation |
Plot KNN-Graph trajectory in 3D with the cluster name
plot_3D_knn_graph_label_by_clusters(
object,
show_method = c("walktrap", "louvain", "kmeans", "merged_walktrap", "merged_louvain",
"merged_kmeans"),
vertext.size = 0.4,
edge.color = "gray45"
)
object |
The SingCellaR object. |
show_method |
The vector of clustering method names. |
vertext.size |
The node size. Default 0.4 |
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.