Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 4 | 1 | 0.997 | stmt_list[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 505 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
2 | 13 | 560 | Bio/Graphics/GenomeDiagram/_CircularDrawer.py |
3 | 14 | 860 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
4 | 13 | 1005 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
minval,maxval = data_quartiles[0],data_quartiles[4] btm,ctr,top = self.track_radii[self.current_track_level] trackheight = 0.5*(top-btm) datarange = maxval-minval if datarange==0: datarange = trackheight data = graph[self.start:self.end] # midval is the value at which the x-axis is plotted, and is the # central ring in the track if graph.center is None: midval = (maxval+minval)/2. else: midval = graph.center # Whichever is the greatest difference: max-midval or min-midval, is # taken to specify the number of pixel units resolved along the # y-axis |
| ||||
minval,maxval = data_quartiles[0],data_quartiles[4] btm,ctr,top = self.track_radii[self.current_track_level] trackheight = 0.5*(top-btm) datarange = maxval-minval if datarange==0: datarange = trackheight data = graph[self.start:self.end] # midval is the value at which the x-axis is plotted, and is the # central ring in the track if graph.center is None: midval = (maxval+minval)/2. else: midval = graph.center # Convert data into 'binned' blocks, covering half the distance to the # next data point on either side, accounting for the ends of fragments # and tracks |
| ||||
minval,maxval = data_quartiles[0],data_quartiles[4] btm,ctr,top = self.track_offsets[self.current_track_level] trackheight = 0.5*(top-btm) datarange = maxval-minval if datarange==0: datarange = trackheight data = graph[self.start:self.end] # midval is the value at which the x-axis is plotted, and is the # central ring in the track if graph.center is None: midval = (maxval+minval)/2. else: midval = graph.center # Whichever is the greatest difference: max-midval or min-midval, is # taken to specify the number of pixel units resolved along the # y-axis |
| ||||
minval,maxval = data_quartiles[0],data_quartiles[4] btm,ctr,top = self.track_offsets[self.current_track_level] trackheight = 0.5*(top-btm) datarange = maxval-minval if datarange==0: datarange = trackheight data = graph[self.start:self.end] # midval is the value at which the x-axis is plotted, and is the # central ring in the track if graph.center is None: midval = (maxval+minval)/2. else: midval = graph.center # Convert data into 'binned' blocks, covering half the distance to the # next data point on either side, accounting for the ends of fragments # and tracks |
| |||
minval,maxval = data_quartiles[0],data_quartiles[4] btm,ctr,top = self. [[#variable77428400]][self.current_track_level] trackheight = 0.5*(top-btm) datarange = maxval-minval if datarange==0: datarange = trackheight data = graph[self.start:self.end] # midval is the value at which the x-axis is plotted, and is the # central ring in the track if graph.center is None: midval = (maxval+minval)/2. else: midval = graph.center # Whichever is the greatest difference: max-midval or min-midval, is # taken to specify the number of pixel units resolved along the # y-axis # Convert data into 'binned' blocks, covering half the distance to the # next data point on either side, accounting for the ends of fragments # and tracks |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77428400]] | track_offsets |
1 | 2 | [[#77428400]] | track_radii |
1 | 3 | [[#77428400]] | track_offsets |
1 | 4 | [[#77428400]] | track_radii |