CloneSet269


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6340.959compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16420
Bio/Blast/NCBIXML.py
26427
Bio/Blast/NCBIXML.py
36434
Bio/Blast/NCBIXML.py
Clone Instance
1
Line Count
6
Source Line
420
Source File
Bio/Blast/NCBIXML.py

    def _end_Hsp_score(self): 
         """raw score of HSP
        """ 
         self._hsp.score = float(self._value) 
         if self._descr.score==None:  
             self._descr.score = float(self._value) 
         


Clone Instance
2
Line Count
6
Source Line
427
Source File
Bio/Blast/NCBIXML.py

    def _end_Hsp_bit_score(self): 
         """bit score of HSP
        """ 
         self._hsp.bits = float(self._value) 
         if self._descr.bits==None:  
             self._descr.bits = float(self._value) 
         


Clone Instance
3
Line Count
6
Source Line
434
Source File
Bio/Blast/NCBIXML.py

    def _end_Hsp_evalue(self): 
         """expect value value of the HSP
        """ 
         self._hsp.expect = float(self._value) 
         if self._descr.e==None:  
             self._descr.e = float(self._value) 
         


Clone AbstractionParameter Count: 4Parameter Bindings

def [[#variable761d4a00]](self):
   [[#variable761d4940]]
  self._hsp. [[#variable761d4880]]= float(self._value) 
  if self._descr. [[#variable761d47c0]]==None:
  
    self._descr. [[#variable761d47c0]]= float(self._value) 
  
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#761d4a00]]
_end_Hsp_evalue 
12[[#761d4a00]]
_end_Hsp_bit_score 
13[[#761d4a00]]
_end_Hsp_score 
21[[#761d4940]]
"""expect value value of the HSP
        """ 
22[[#761d4940]]
"""bit score of HSP
        """ 
23[[#761d4940]]
"""raw score of HSP
        """ 
31[[#761d4880]]
expect 
32[[#761d4880]]
bits 
33[[#761d4880]]
score 
41[[#761d47c0]]
e 
42[[#761d47c0]]
bits 
43[[#761d47c0]]
score