View source: R/SingleCellPlots.R
plot_forceDirectedGraph_label_by_sampleID | R Documentation |
Plot force-directed graph with the sampleID
plot_forceDirectedGraph_label_by_sampleID(
object,
vertex.size = 0.5,
edge.size = 0.2,
edge.color = "gray",
vertex.base.color = "gray35"
)
object |
The SingCellaR object. |
edge.size |
The size of the edge. Default 0.2 |
edge.color |
The edge color. Default gray45 |
vertex.base.color |
The node base color. Default gray35 |
vertext.size |
The node size. Default 0.5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.