get_edgelist_from_overlaps {mappeR} | R Documentation |
Obtain edge list from cluster intersections
Description
Obtain edge list from cluster intersections
Usage
get_edgelist_from_overlaps(overlaps, num_vertices)
Arguments
overlaps |
A named list of edges, whose elements contain the names of clusters in the overlap represented by that edge; output of |
num_vertices |
The number of vertices in the graph. |
Value
A 2D array representing the edge list of a graph.
[Package mappeR version 1.3.0 Index]