Class TestCasesCodonTable


  • public class TestCasesCodonTable
    extends java.lang.Object
    Codon tables
    Author:
    pcingola
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean debug  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void test_01()
      Degeneracy test References: http://en.wikipedia.org/wiki/Genetic_code#Degeneracy
      void test_02()
      Setting genome-wide codon tables
      • Methods inherited from class java.lang.Object

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

      • debug

        public static boolean debug
    • Constructor Detail

      • TestCasesCodonTable

        public TestCasesCodonTable()
    • Method Detail

      • test_01

        @Test
        public void test_01()
        Degeneracy test References: http://en.wikipedia.org/wiki/Genetic_code#Degeneracy
      • test_02

        @Test
        public void test_02()
        Setting genome-wide codon tables