View source: R/SingleCellPlots.R
plot_ShortestPath_on_3D_knn_graph | R Documentation |
Plot the shortest-path on the 3D KNN-Graph
plot_ShortestPath_on_3D_knn_graph(
object,
start_cluster = "",
end_cluster = "",
cluster.type = c("louvain", "walktrap", "kmeans"),
path.color = "red",
vertext.size = 0.4,
edge.color = "gray45"
)
object |
The SingCellaR object. |
start_cluster |
The starting cluster. |
end_cluster |
The ending cluster. |
cluster.type |
The clustering method name. |
path.color |
The path color. Default red |
vertext.size |
The node size. Default 0.4 |
edge.color |
The edge color. Default gray |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.