DegreeAnalysis: Degree analysis of real vertices

Description Usage Arguments Value Author(s) References Examples

View source: R/DegreeAnalysis.R

Description

Degree analysis of real vertices.

Usage

1
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.

Author(s)

Junliang Shang shangjunliang110@163.com

References

None

Examples

1
2
3
4
data(Vertices)
data(Edges)
Degrees <- DegreeAnalysis(Vertices, Edges, SaveFileName = "")
Degrees <- Degrees$Degrees

CINOEDV documentation built on May 29, 2017, 9:07 p.m.