FORESTER 1.8

forester.tools
Class DoRIO

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

public class DoRIO
extends java.lang.Object

Version:
1.100 -- last modified: 06/12/01
Author:
Christian M. Zmasek

Constructor Summary
DoRIO()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method to call RIO.inferOrthologs(Tree,Tree), followed by RIO.inferredOrthologsToString(String,boolean).
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoRIO

public DoRIO()
Method Detail

main

public static void main(java.lang.String[] args)
Main method to call RIO.inferOrthologs(Tree,Tree), followed by RIO.inferredOrthologsToString(String,boolean).

Clumsy method, btw.

(Last modified: 05/30/01)

args[ 0 ] - args[ 11 ] use the following tags.
M= (String) multiple gene tree file name (mandatory)**
N= (String) query, seq name of seq whose orthologs are to be inferred (mandatory)
S= (String) species tree file name
O= (String) output file name (overwrites without warning!)(mandatory)
D= (String) distance matrix file for pairwise distances**
d= (String) distance list file for distances to query (instead of "D=",
but do not use together with "A=")
T= (String) (consensus) tree file for distances of orthologs to LCA
of orthologs and for mean bootrap value**
I           save the rooted, with dup vs spec and orthology information
decorated consensus tree read in with T=
as output-file-name.rio.nhx
P= (int) sort priority
L= (double) threshold orthologs for output (use ' for doubles. e.g.'Y=5.5')
R= (double) threshold "super orthologs" for output
U= (double) threshold orthologs for distance calculation
V= (double) threshold "super orthologs" for distance calculation
X= (int) More than one ortholog:
numbers of sd the dist. to LCA has to differ from mean
to generate a warning
Y= (int) No orthologs:
numbers of sd the dist to root has to differ from mean
to generate a warning
Z= (double) One ortholog:
threshold for factor between the two distances to their
LCA (larger/smaller) to generate a warning

FORESTER 1.8