Learn R Programming

CINOEDV (version 2.0)

SubgraphSplit: Split subgraphs

Description

Split subgraphs using walktrap.community algorithm

Usage

SubgraphSplit(Vertices, Edges)

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.

Value

SubgroupSNPs: list. SNPs in each subgraph of the graph.

References

None

Examples

Run this code
data(Vertices)
data(Edges)
SubgroupSNPs <- SubgraphSplit(Vertices, Edges)
SubgroupSNPs <- SubgroupSNPs$SubgroupSNPs

Run the code above in your browser using DataLab