stoufferlab / pymfinder

A Python package with which to find network motifs in complex networks and to analyze a growing list of network-motif related stuff.
MIT License
16 stars 7 forks source link

Allow the function to take igraph or networkx objects as input #21

Open bernibra opened 7 years ago

bernibra commented 7 years ago

This is pretty important and easy to solve. However, do we need to change the setup.py file so that it requires the igraph and networkx modules. I don't think so but it might be necessary!

gorliver commented 5 years ago

It's nice if pymfinder can take networkx objects.