Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: optionally output graph in pajek format #293

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bluegenes
Copy link
Contributor

In cluster, we use connected_components to output a set of clusters. However, there are a number of other community detection algorithms we might be interested in using.

By outputting the network graph, we can read the raw graph into another program (networkx/igraph) and use community detection (e.g. igraph.community_infomap). This would be an alternative to using the connected_components clusters.

@szhorvat
Copy link

If you are interested in interop with igraph, I recommend GraphML or GML, both of which have clear specifications and are intended for general purpose graph storage and exchange. At igraph, our goal with the Pajek reader/writer is interop specifically with the Pajek software, not with other systems.

@ctb
Copy link
Collaborator

ctb commented Mar 30, 2024

If you are interested in interop with igraph, I recommend GraphML or GML, both of which have clear specifications and are intended for general purpose graph storage and exchange. At igraph, our goal with the Pajek reader/writer is interop specifically with the Pajek software, not with other systems.

cool! I've had some small experience with GML in spacegraphcats, it's pretty straightforward to emit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants