- network.data
Network data constructed by the ConNetGNN function.
- cellset
A vector of cell id. A cell set corresponding to the specified cell phenotype.
- geneset
A vector of gene id. A gene module or pathway.
- rwr.gamma
Restart parameter. Default: 0.7.
- vertex.colors
The fill color of the vertex. The number of colors should match the number of cell phenotypes. If NULL (default), the system will automatically assign colors.
- vertex.size
The size of the vertex. Default: 10.
- vertex.label.cex
The font size for vertex labels. Default: 0.8.
- vertex.label.dist
The distance of the label from the center of the vertex. If it is 0 then the label is centered on the vertex. Default: 1.
- vertex.label.color
The color of the labels. Default: black.
- edge.width
The width of the edge. This does not affect the relative size of the edge weights. Default: 5.
- margin
The amount of empty space below, over, at the left and right of the plot, it is a numeric
vector of length four. Usually values between 0 and 0.5 are meaningful, but negative values
are also possible, that will make the plot zoom in to a part of the graph. If it is shorter than
four then it is recycled. Default: 0.
- layout
Either a function or a numeric matrix. It specifies how the vertices will be placed on the plot. For details, please refer to the igraphPackage. Default: layout_as_star.
- main
A main title for the plot.
- plotgraph
Whether to draw the picture. Default: TRUE. If FALSE, the image will not be displayed but the network data will be returned in the igraph data format.