Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 4 | 0.983 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 88 | Bio/KEGG/Compound/__init__.py |
2 | 7 | 142 | Bio/KEGG/Enzyme/__init__.py |
3 | 7 | 156 | Bio/KEGG/Enzyme/__init__.py |
| ||||
def _pathway(self): s = [ ] for entry in self.pathway: s.append(entry[0]+": "+entry[1]+" "+entry[2]) return _write_kegg("PATHWAY",[_wrap_kegg(l,wrap_rule = id_wrap(16)) for l in s]) |
| ||||
def _pathway(self): s = [ ] for entry in self.pathway: s.append(entry[0]+": "+entry[1]+" "+entry[2]) return _write_kegg("PATHWAY",[_wrap_kegg(l,wrap_rule = id_wrap(16)) for l in s]) |
| ||||
def _disease(self): s = [ ] for entry in self.disease: s.append(entry[0]+": "+entry[1]+" "+entry[2]) return _write_kegg("DISEASE",[_wrap_kegg(l,wrap_rule = id_wrap(13)) for l in s]) |
| |||
def [[#variable76c559e0]](self): s = [ ] for entry in self. [[#variable76c55960]]: s.append(entry[0]+": "+entry[1]+" "+entry[2]) return _write_kegg( [[#variable76c558c0]],[_wrap_kegg(l,wrap_rule = id_wrap( [[#variable76c55840]])) for l in s]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c559e0]] | _pathway |
1 | 2 | [[#76c559e0]] | _disease |
1 | 3 | [[#76c559e0]] | _pathway |
2 | 1 | [[#76c55960]] | pathway |
2 | 2 | [[#76c55960]] | disease |
2 | 3 | [[#76c55960]] | pathway |
3 | 1 | [[#76c558c0]] | "PATHWAY" |
3 | 2 | [[#76c558c0]] | "DISEASE" |
3 | 3 | [[#76c558c0]] | "PATHWAY" |
4 | 1 | [[#76c55840]] | 16 |
4 | 2 | [[#76c55840]] | 13 |
4 | 3 | [[#76c55840]] | 16 |