| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 4 | 0.959 | compound_stmt |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 420 | Bio/Blast/NCBIXML.py |
| 2 | 6 | 427 | Bio/Blast/NCBIXML.py |
| 3 | 6 | 434 | 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)
|
| ||||
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)
|
| ||||
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)
|
| |||
def [[#variable761d4a00]](self):
[[#variable761d4940]]
self._hsp. [[#variable761d4880]]= float(self._value)
if self._descr. [[#variable761d47c0]]==None:
self._descr. [[#variable761d47c0]]= float(self._value)
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#761d4a00]] | _end_Hsp_evalue |
| 1 | 2 | [[#761d4a00]] | _end_Hsp_bit_score |
| 1 | 3 | [[#761d4a00]] | _end_Hsp_score |
| 2 | 1 | [[#761d4940]] | """expect value value of the HSP
""" |
| 2 | 2 | [[#761d4940]] | """bit score of HSP
""" |
| 2 | 3 | [[#761d4940]] | """raw score of HSP
""" |
| 3 | 1 | [[#761d4880]] | expect |
| 3 | 2 | [[#761d4880]] | bits |
| 3 | 3 | [[#761d4880]] | score |
| 4 | 1 | [[#761d47c0]] | e |
| 4 | 2 | [[#761d47c0]] | bits |
| 4 | 3 | [[#761d47c0]] | score |