plot_forceDirectedGraph_label_by_a_feature_of_interest: Plot force-directed graph with a feature of interest

View source: R/SingleCellPlots.R

plot_forceDirectedGraph_label_by_a_feature_of_interestR Documentation

Plot force-directed graph with a feature of interest

Description

Plot force-directed graph with a feature of interest

Usage

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

Arguments

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


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