Learn R Programming

CINOEDV (version 2.0)

DegreeAnalysis: Degree analysis of real vertices

Description

Degree analysis of real vertices.

Usage

DegreeAnalysis(Vertices, Edges, 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.
SaveFileName
character. Basic file name for saving figure. By default, SaveFileName <- "".

Value

Degrees: matrix. Degrees of real vertices.

References

None

Examples

Run this code
data(Vertices)
data(Edges)
Degrees <- DegreeAnalysis(Vertices, Edges, SaveFileName = "")
Degrees <- Degrees$Degrees

Run the code above in your browser using DataLab