Exemplo n.º 1
0
 def test_out_of_frame_aug(self):
     self.assertFalse(Sequences.has_inframe_aug("AAUGGCUAGUAGGAUCU"))
Exemplo n.º 2
0
 def test_in_frame_aug(self):
     self.assertTrue(Sequences.has_inframe_aug("AUGGCUAGUAAGGAUCU"))
Exemplo n.º 3
0
 def test_no_aug(self):
     self.assertFalse(Sequences.has_inframe_aug("AGGUCCUAGUAGGAUCU"))