forester v1.2

forester.tools
Class SDIx

java.lang.Object
  |
  +--forester.tools.SDIx

public class SDIx
extends java.lang.Object

Version:
.91 -- last modified: 07/17/00
Author:
Christian M. Zmasek

Constructor Summary
SDIx()
           
 
Method Summary
static void main(java.lang.String[] args)
          A "main method" for SDI (Speciation versus Duplication Inference).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDIx

public SDIx()
Method Detail

main

public static void main(java.lang.String[] args)
A "main method" for SDI (Speciation versus Duplication Inference).
Parameters:
args[0] - Filename (String) for the species Tree
args[1] - Filename (String) for the gene Tree
args[2] - [Filename (String) for outputfile]
See Also:
SDI.assign( Tree, Tree )

forester v1.2