View source: R/SingleCellPlots.R
plot_forceDirectedGraph_label_by_a_feature_of_interest | R Documentation |
Plot force-directed graph with a feature of interest
plot_forceDirectedGraph_label_by_a_feature_of_interest(
object,
feature = "",
title = "",
vertex.size = 0.5,
edge.size = 0.2,
edge.color = "gray85",
background.color = "white"
)
object |
The SingCellaR object. |
feature |
The selected feature of interest. |
title |
The title of the plot. |
edge.size |
The size of the edge. Default 0.2 |
edge.color |
The edge color. Default gray85 |
background.color |
The background color. Default white |
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.