Exemplo n.º 1
0
 def matrix_conv(self, seq=""):
     if (self.conv_type & 1) == POS:
         return ProfileMatrix(FS.Smatrix_matrix_conv(self, seq),
                              new=False)
     else:
         return ScoreMatrix(FS.Smatrix_matrix_conv(self, seq),
                            new=False)
Exemplo n.º 2
0
 def matrix_conv(self):
     return ProfileMatrix(FS.Smatrix_matrix_conv(self, ''),
                          new=False)