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

Export TrackGraph to networkx #85

Open
cmalinmayor opened this issue Mar 14, 2024 · 1 comment
Open

Export TrackGraph to networkx #85

cmalinmayor opened this issue Mar 14, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@cmalinmayor
Copy link
Contributor

Implementation here (untested for hyperedges): https://github.com/funkelab/motile_toolbox/blob/b8b215f2c33c68a233b3cf1de85e50328a72ae4c/src/motile_toolbox/candidate_graph/graph_to_nx.py

But I think this should go into the TrackGraph class as a convenience to_networkx function, since we have from_networkx functionality.

@cmalinmayor cmalinmayor added the enhancement New feature or request label Mar 14, 2024
@cmalinmayor cmalinmayor added this to the v1.0 milestone Jul 24, 2024
@cmalinmayor
Copy link
Contributor Author

Need to also add the hyper edges to the toolbox implementation

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

No branches or pull requests

1 participant