DynaMAGNA++: Alignment of Dynamic Networks Milenkovic Lab |
|||||||||
|
|||||||||
|
|||||||||
Section 1: System Requirements |
|||||||||
DynaMAGNA++ runs on Linux, Mac OS X, and Windows, and is available for download as a compressed file here. Statically compiled executables are provided for all three operating systems, so the aligner is ready to run immediately after downloading, though instructions are also provided to compile directly from the source. The suggested network size for DynaMAGNA++ is up to 2,000 nodes and 100,000 events. The aligner's memory requirement increases linearly with respect to the number of nodes and events. The time taken to run the aligner increases linearly with respect to the number of events, with the running time decreasing close to linearly with the number of cores used. The DynaMAGNA++ download takes up 1-2MB of disk space, though more space will be required to store networks and the resulting alignments between them. Installing involves simply uncompressing the downloaded file and running DynaMAGNA++. |
|||||||||
Section 2: Using DynaMAGNA++ |
|||||||||
2.1: Graphical User Interface (GUI) |
|||||||||
Start DynaMAGNA++ by running the executable. DynaMAGNA++ comes with a user-friendly graphical interface; below is a screenshot of the interface along with descriptions of each input field.
I.
II.
III.
IV. Supposing we align Network 1 and Network 2. The edge list or CSV matrix format should have the first column containing the nodes in Network 1, the second the nodes in Network 2, and the third column the similarity value between the two nodes.
V.
VI.
VII. "Population Size" is the population size of the genetic algorithm; that is, the genetic algorithm will work with this many alignments with each iteration. If no initial population is provided (see VI), then 15,000 is generally the recommended population size. "Number of Generations" is the number of iterations or generations for which the genetic algorithm will run. If no initial population is used, then 10,000 is generally the recommended number of generations. If using an alignments generated by another algorithm, then 1,000 is the recommended number of generations. "Fraction of Elite Members" is the highest-quality fraction of the population that survives to the next generation. 0.5 is always the recommended value.
VIII.
IX. | |||||||||
2.2: Command Line Interface (CLI) |
|||||||||
Instructions for running the command line interface (CLI) of DynaMAGNA++ can be found in the README.txt file that accompanies the CLI executables of DynaMAGNA++. |
|||||||||
Section 3: Output and Results |
|||||||||
Upon beginning an execution (and supposing the prefix defined in 2.II is "ex_"), DynaMAGNA++ generates three output files by default. The final alignment file "ex_final_alignment.txt" consists of the aligned pairs of nodes calculated by DynaMAGNA++. The alignment statistics file "ex_final_stats.txt" contains the DS3, node similarity, and the overall score of the final alignment. The common conserved subgraph file, "ex_final_visualize.sif", contains the common conserved subgraph of the alignment of the two networks. It provides an intuitive visualization of the final alignment, and can be viewed using a program such as Cytoscape. If the frequency of output option is set to k, then DynaMAGNA++ outputs the details of the best alignment every n/k generations (where n is the total number of generations, asdefined in 2.XI). Each alignment is written to a file, containing a list of node pairs. Nodes in the left column are from Network 1 and the nodes on the right are from Network 2. Also according to the frequency of output, DynaMAGNA++ will append statistics of the best alignment to the file "ex_stats.txt". The format of the output alignment file names is "ex_M_p_n_i.aln", where M is the edge conservation measure (one of S3), p is the population size, n is the total number of generations, and i is the generation that the alignment was written. The alignment from the last generation (ex_M_p_n_n.aln) is the final alignment produced by DynaMAGNA++. DynaMAGNA++ will also create a file "ex_params.txt", which contains a summary of the initial parameters given. |
|||||||||
Section 4: Authors, Credits, and Licensing |
|||||||||
DynaMAGNA++ is created by V. Vijayan, V. Saraph and T. Milenkovic at University of Notre Dame. DynaMAGNA++ is freely available for academic use only. Disclaimer: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|||||||||