Class Gotoh


  • public class Gotoh
    extends java.lang.Object
    a class to perform Gotoh algorithm
    Since:
    10:56:53 AM
    Version:
    %I% %G%
    Author:
    Andreas Prlic (Java), Peter Lackner (original C code)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALIGFACTOR  
    • Constructor Summary

      Constructors 
      Constructor Description
      Gotoh​(Alignable alignable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALIGFACTOR

        public static int ALIGFACTOR
    • Constructor Detail

      • Gotoh

        public Gotoh​(Alignable alignable)