Skip to content

Python library to detect network motifs written for educational purposes.

License

Notifications You must be signed in to change notification settings

mgab/pyMotifFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMotifFinder

This is a module with utilities to find network motifs.

It is written for educative purposes using either trivial or already available algorithms. It has an emphasis on using an approach easy to understand, which means that it does not use more complex state-of-the-art algorithms. In other words, do not expect it to have a great performance or to be usable in too large networks.

Dependencies

  • Python 2.7
  • networkx

How do I get set up?

Download the package and set your PYTHONPATH to include its location

About

Python library to detect network motifs written for educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages