Hi everyone,
I'm looking for the fastest way to define cliques (communities) and edges that connect between them on large datasets (10^5-10^6 nodes). So far I've tried Cytoscape (it chokes) and R's igraph library (it doesn't choke, but it's quite slow). Would appreciate your advice on the best ways to do this in R - as well as alternative tools.
Many thanks!
Thanks very much, very helpful!