CloneSet121


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10240.970block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110801
Bio/Graphics/GenomeDiagram/_LinearDrawer.py
210811
Bio/Graphics/GenomeDiagram/_LinearDrawer.py
Clone Instance
1
Line Count
10
Source Line
801
Source File
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) 


Clone Instance
2
Line Count
10
Source Line
811
Source File
Bio/Graphics/GenomeDiagram/_LinearDrawer.py

                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) 


Clone AbstractionParameter Count: 4Parameter Bindings

  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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2f58afa0]]
feature.label_angle+180 
12[[#2f58afa0]]
feature.label_angle 
21[[#2f58af00]]
x1 
22[[#2f58af00]]
x0 
31[[#2f58ae60]]
x0 
32[[#2f58ae60]]
x1 
41[[#2f58adc0]]
btm 
42[[#2f58adc0]]
top