ucla-subgraph-matching

Subgraph matching and isomorphisms in Python.


License
MIT
Install
pip install ucla-subgraph-matching==0.0.1

Documentation

Subgraph Matching

Given a pair of multi-channel networks, template and background, attempt to find any and all instances of the template in the background.

Getting Started

  1. Install miniconda or anaconda
  2. Clone the repository git clone [link]
  3. Create a conda environment
    1. cd [repository directory name]
    2. conda env create -f environment.yml
  4. Activate the environment conda activate uclasm or possibly source activate uclasm
  5. Move to the examples directory cd examples
  6. Try running the example code python count_isomorphisms.py