Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.954 | stmt_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 898 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
2 | 5 | 903 | Bio/Graphics/GenomeDiagram/_LinearDrawer.py |
| ||||
tempy = trackheight*(val-midval)/resolution+self.fragment_lines[lastfrag][0]+ctr line_elements.append(Line(lastx,lasty,self.xlim,tempy,strokeColor = graph.poscolor,strokeWidth = graph.linewidth)) |
| ||||
tempy = trackheight*(val-midval)/resolution+self.fragment_lines[frag][0]+ctr line_elements.append(Line(self.x0,tempy,x,y,strokeColor = graph.poscolor,strokeWidth = graph.linewidth)) |
| |||
tempy = trackheight*(val-midval)/resolution+self.fragment_lines[ [[#variable77401c80]]][0]+ctr line_elements.append(Line( [[#variable774005a0]], [[#variable77383b20]], [[#variable77383b60]], [[#variable6ae79aa0]],strokeColor = graph.poscolor,strokeWidth = graph.linewidth)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77401c80]] | frag |
1 | 2 | [[#77401c80]] | lastfrag |
2 | 1 | [[#774005a0]] | self.x0 |
2 | 2 | [[#774005a0]] | lastx |
3 | 1 | [[#77383b20]] | tempy |
3 | 2 | [[#77383b20]] | lasty |
4 | 1 | [[#77383b60]] | x |
4 | 2 | [[#77383b60]] | self.xlim |
5 | 1 | [[#6ae79aa0]] | y |
5 | 2 | [[#6ae79aa0]] | tempy |