View source: R/SingleCellPlots.R
plot_forceDirectedGraph_label_by_multiple_gene_sets | R Documentation |
Plot force-directed graph with the expression of selected multiple gene sets
plot_forceDirectedGraph_label_by_multiple_gene_sets(
object,
gmt.file = c(),
show_gene_sets = c(),
custom_color = c(),
isNormalizedByHouseKeeping = T,
vertex.size = 1.5,
showEdge = T,
edge.size = 0.2,
edge.color = "gray",
showLegend = T,
background.color = "white"
)
object |
The SingCellaR object. |
gmt.file |
The GMT file for gene sets. |
show_gene_sets |
The names of selected gene sets. |
custom_color |
The custom color names. |
isNormalizedByHouseKeeping |
is logical. If TRUE, the gene expression will be normalized by the expression of house keeping genes. |
showEdge |
is logical. If TRUE, the graph's edges will be displayed. |
edge.size |
The size of the edge. Default 0.2 |
edge.color |
The edge color. Default gray |
showLegend |
is logical. If TRUE, the figure legend will be displayed. |
background.color |
The background color. Default white |
vertext.size |
The node size. Default 1.5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.