예제 #1
0
파일: cluster.py 프로젝트: pbenner/tfbayes
 def r_sequence(self):
     return information.r_sequence(self.motif())
예제 #2
0
 def r_sequence(self):
     motif = self.motif()
     return information.r_sequence(motif, self.n, self.m)