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.