예제 #1
0
파일: MEME.py 프로젝트: addessk/biopython
 def __init__ (self):
     Motif.__init__(self)
     self.evalue = 0.0
예제 #2
0
파일: MEME.py 프로젝트: dnanerd/biopython
 def __init__ (self, alphabet=None, instances=None):
     Motif.__init__(self, alphabet, instances)
     self.evalue = 0.0
예제 #3
0
파일: MEME.py 프로젝트: olgabot/biopython
 def __init__ (self):
     Motif.__init__(self)
     self.evalue = 0.0
예제 #4
0
 def __init__(self):
     BaseMotif.__init__(self)
     self.references = []
예제 #5
0
 def __init__(self):
     BaseMotif.__init__(self)
     self.references = []