plot_3D_knn_graph_label_by_clusters: Plot KNN-Graph trajectory in 3D with the cluster name

View source: R/SingleCellPlots.R

plot_3D_knn_graph_label_by_clustersR Documentation

Plot KNN-Graph trajectory in 3D with the cluster name

Description

Plot KNN-Graph trajectory in 3D with the cluster name

Usage

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"
)

Arguments

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


supatt-lab/SingCellaR documentation built on Aug. 24, 2023, 5:49 p.m.