CloneSet150


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
23201.000stmt_list[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123216
Bio/MEME/Motif.py
22378
Bio/Motif/Parsers/MEME.py
Clone Instance
1
Line Count
23
Source Line
216
Source File
Bio/MEME/Motif.py

    def _seqname (self,name): 
        self.sequence_name = name 

    def _motifname (self,name): 
        self.motif_name = name 

    def _start (self,start): 
         start = int(start) 
         self.start = start 

    def _pvalue (self,pval): 
         pval = float(pval) 
         self.pvalue = pval 

    def _score (self,score): 
        score = float(score) 
        self.score = score 

    def _strand (self,strand): 
        self.strand = strand 

    def _length (self,length): 
        self.length = length 


Clone Instance
2
Line Count
23
Source Line
78
Source File
Bio/Motif/Parsers/MEME.py

    def _seqname (self,name): 
        self.sequence_name = name 

    def _motifname (self,name): 
        self.motif_name = name 

    def _start (self,start): 
         start = int(start) 
         self.start = start 

    def _pvalue (self,pval): 
         pval = float(pval) 
         self.pvalue = pval 

    def _score (self,score): 
        score = float(score) 
        self.score = score 

    def _strand (self,strand): 
        self.strand = strand 

    def _length (self,length): 
        self.length = length 


Clone AbstractionParameter Count: 0Parameter Bindings

def _seqname(self,name):
  self.sequence_name = name 

def _motifname(self,name):
  self.motif_name = name 

def _start(self,start):
  start = int(start) 
  self.start = start 

def _pvalue(self,pval):
  pval = float(pval) 
  self.pvalue = pval 

def _score(self,score):
  score = float(score) 
  self.score = score 

def _strand(self,strand):
  self.strand = strand 

def _length(self,length):
  self.length = length 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None