org.forester.sdi
Class RIOn

java.lang.Object
  extended by org.forester.sdi.RIOn

public class RIOn
extends Object


Constructor Summary
RIOn()
           
 
Method Summary
 GeneralTable<String,Integer> getOrthologs()
           
 GeneralTable<String,Integer> getParalogs()
           
 GeneralTable<String,Integer> getSuperOrthologs()
           
 GeneralTable<String,Integer> getUltraParalogs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RIOn

public RIOn()
Method Detail

getOrthologs

public GeneralTable<String,Integer> getOrthologs()

getParalogs

public GeneralTable<String,Integer> getParalogs()

getSuperOrthologs

public GeneralTable<String,Integer> getSuperOrthologs()

getUltraParalogs

public GeneralTable<String,Integer> getUltraParalogs()