Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@reednel reednel released this 08 Oct 14:14
dfae57e

MiNAA v1.2.0

Feature: Conserved Subgraph Identification

Given a pair of graphs G and H and an alignment on them, we define a conserved subgraph as a connected subgraph of G whose nodes are aligned to a connected subgraph of H. For more information see the Examples section of the main README.

New Argument:

-c: conserved subgraphs; whether or not to output a list of the conserved subgraphs in the alignment between G and H. 

Feature: Alignment Visualization

We provide a modest R script for alignment visualization. See Example 4 in examples/README.md for more info. We intend to eventually supply a more sophisticated and interactive method in the to-be-developed MiNAA Webapp.