View source: R/SingleCellPlots.R
plot_forceDirectedGraph_label_by_selected_sampleID | R Documentation |
Plot force-directed graph with selected sampleIDs
plot_forceDirectedGraph_label_by_selected_sampleID(
object,
selected.sampleID = c(),
title = "",
vertex.size = 0.5,
vertex.front.color = "red",
edge.size = 0.2,
edge.color = "white",
vertex.base.color = "gray",
alpha.base = 0.2
)
object |
The SingCellaR object. |
selected.sampleID |
The vector of selected sampleIDs. |
title |
The title of the plot. |
vertex.front.color |
The color of selected samples. Default red |
edge.size |
The size of the edge. Default 0.2 |
edge.color |
The edge color. Default white |
vertex.base.color |
The node base color. Default gray |
alpha.base |
The alpha parameter of node. Default 0.2 |
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.