CloneSet361


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.979stmt_list[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1677
Bio/PDB/HSExposure.py
25289
Bio/PDB/HSExposure.py
Clone Instance
1
Line Count
6
Source Line
77
Source File
Bio/PDB/HSExposure.py

                        if pp1 is pp2 and abs(i-j)<=offset: 
                             # neighboring residues in the chain are ignored 
                             continue 
                        ro = pp2[j] 
                        if not is_aa(ro) or not ro.has_id("CA"): 
                             continue 


Clone Instance
2
Line Count
5
Source Line
289
Source File
Bio/PDB/HSExposure.py

                        if pp1 is pp2 and abs(i-j)<=offset: 
                             continue 
                        r2 = pp2[j] 
                        if not is_aa(r2) or not r2.has_id("CA"): 
                             continue 


Clone AbstractionParameter Count: 1Parameter Bindings

if pp1 is pp2 and abs(i-j)<=offset:
  # neighboring residues in the chain are ignored 
  continue 
 [[#variable71a81360]]= pp2[j] 
if not is_aa( [[#variable71a81360]]) or not [[#variable71a81360]].has_id("CA"):
  continue 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#71a81360]]
ro 
12[[#71a81360]]
r2