Skip to content

mhoubraken/ISMAGS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISMAGS

This page contains an implementation of the Index-Based Subgraph Matching Algorithm with General Symmetries.

Queries can be specified in the following format:

java -jar ISMAGS.jar -folder C:\myFolder\ -linkfiles "P u P P Pu.txt" -motif PPP -output outputname

The options to the ISMAGS jar are as follows:

  • -folder specifies the location of all necessary files.
  • -linkfiles specifies the network under study. In this example, the network contains P-type links (first P argument) that are undirected (u argument) and go from a node in a P-network to another node in a P-network (P P argument). The file contains the edges is named Pu.txt.
  • -motif specifies the subgraph that we wish to find in the network.
  • -output specifies the name of the file to which all motif instances will be exported.

Network files (like Pu.txt) should comply to the following structural guidelines:

  • each line in the file represents 1 link of the same file type (specified as given above)
  • a link is specified by its start and end node, separated by a tab
  • lines containing '#' are ignored

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages