baobab.exec.permutation
Class analyzeSignedPermutation

java.lang.Object
  extended by baobab.exec.permutation.analyzeSignedPermutation

public class analyzeSignedPermutation
extends java.lang.Object

Builds the breakpoint graph between two signed permutations (or genomes) and prints its properties (number of points, cycles, components and the reversal distance)

To get help, run the program without parameters.

Author:
Marilia Dias Vieira Braga

Constructor Summary
analyzeSignedPermutation()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

analyzeSignedPermutation

public analyzeSignedPermutation()
Method Detail

main

public static void main(java.lang.String[] argv)