Skip to content

Given template and background networks, attempt to find any and all instances of the template in the background.

License

Notifications You must be signed in to change notification settings

yanghui-wang/UCLA-Subgraph-Matching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Given template and background networks, attempt to find any and all instances of the template in the background.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%