Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.988 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 258 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
2 | 5 | 359 | Bio/Graphics/GenomeDiagram/_LinearDrawer.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) |
| ||||
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) |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d00da40]] | self.track_radii |
1 | 2 | [[#5d00da40]] | track_offsets |