CloneSet227


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.988compound_stmt
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15258
Bio/Graphics/GenomeDiagram/_CircularDrawer.py
25359
Bio/Graphics/GenomeDiagram/_LinearDrawer.py
Clone Instance
1
Line Count
5
Source Line
258
Source File
Bio/Graphics/GenomeDiagram/_CircularDrawer.py

        for track in trackunits: 
             top = trackunits[track][1]*trackunit_height-track_crop 
             btm = trackunits[track][0]*trackunit_height+track_crop 
             ctr = btm+(top-btm)/2. 
             self.track_radii[track] = (btm,ctr,top) 


Clone Instance
2
Line Count
5
Source Line
359
Source File
Bio/Graphics/GenomeDiagram/_LinearDrawer.py

        for track in trackunits: 
             top = trackunits[track][1]*trackunit_height-track_crop  # top offset
             btm = trackunits[track][0]*trackunit_height+track_crop  # bottom offset
             ctr = btm+(top-btm)/2.                          # center offset
             track_offsets[track] = (btm,ctr,top) 


Clone AbstractionParameter Count: 1Parameter Bindings

for track in trackunits:
  top = trackunits[track][1]*trackunit_height-track_crop # top offset
  btm = trackunits[track][0]*trackunit_height+track_crop # bottom offset
  ctr = btm+(top-btm)/2. # center offset
   [[#variable5d00da40]][track] = (btm,ctr,top) 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5d00da40]]
self.track_radii 
12[[#5d00da40]]
track_offsets