simplifyNetwork {AFM} | R Documentation |
simplify the network keeping only the important edges
simplifyNetwork(..., allVertices, allEdges)
... |
cl: a cluster object from the parallel package |
allVertices |
a data.table of vertices |
allEdges |
a data.table of edges |
a data.table of edges
M.Beauvais