Exemplo n.º 1
0
 def test_Fab_Hmatrix_sum(self):
     fab = Fab(heavy_chain=self.heavy_chain,
               light_chain=self.light_chain,
               load=False)
     self.assertAlmostEqual(fab.hydrophobicity_matrix().sum(),
                            -20.289999999999999)
Exemplo n.º 2
0
 def test_Fab_Hmatrix_shape(self):
     fab = Fab(heavy_chain=self.heavy_chain,
               light_chain=self.light_chain,
               load=False)
     self.assertEqual(fab.hydrophobicity_matrix().shape, (296, ))