Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 4 | 0.970 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 801 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
2 | 10 | 811 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
rotation = angle2trig(feature.label_angle) if feature.label_position in ("start","5'","left"): pos = x0 elif feature.label_position in ("middle","center","centre"): pos = (x1+x0)/2. else: pos = x1 labelgroup.transform = (rotation[0],rotation[1],rotation[2],rotation[3],pos,top) |
| ||||
rotation = angle2trig(feature.label_angle+180) if feature.label_position in ("start","5'","left"): pos = x1 elif feature.label_position in ("middle","center","centre"): pos = (x1+x0)/2. else: pos = x0 labelgroup.transform = (rotation[0],rotation[1],rotation[2],rotation[3],pos,btm) |
| |||
rotation = angle2trig( [[#variable2f58afa0]]) if feature.label_position in ("start","5'","left"): pos = [[#variable2f58af00]] elif feature.label_position in ("middle","center","centre"): pos = (x1+x0)/2. else: pos = [[#variable2f58ae60]] labelgroup.transform = (rotation[0],rotation[1],rotation[2],rotation[3],pos, [[#variable2f58adc0]]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2f58afa0]] | feature.label_angle+180 |
1 | 2 | [[#2f58afa0]] | feature.label_angle |
2 | 1 | [[#2f58af00]] | x1 |
2 | 2 | [[#2f58af00]] | x0 |
3 | 1 | [[#2f58ae60]] | x0 |
3 | 2 | [[#2f58ae60]] | x1 |
4 | 1 | [[#2f58adc0]] | btm |
4 | 2 | [[#2f58adc0]] | top |