Learn R Programming

CINOEDV (version 2.0)

ConstructCompleteGraph: Construct complete graph

Description

This function construct complete graph by using all vertices and edges.

Usage

ConstructCompleteGraph(Vertices, Edges, BaseSize = 6, SaveFileName = "")

Arguments

Vertices
matrix. Vertices of constructed graphs, including real vertices and virtual vertices. The first column represents SNP ID or SNP-combination ID. The second column represents effect value. The third column represents the class of vertices, "1" -> real vertice, others -> virtual vertice.
Edges
matrix. Edges of constructed graphs.
BaseSize
numeric. Basic size of vertices in the graph. By default, BaseSize <- 6.
SaveFileName
character. Basic file name for saving figure. By default, SaveFileName <- "".

Value

None

References

None

Examples

Run this code
data(Vertices)
data(Edges)
ConstructCompleteGraph(Vertices, Edges, BaseSize = 6, SaveFileName = "")

Run the code above in your browser using DataLab