Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 4 | 0.983 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 112 | Bio/KEGG/Compound/__init__.py |
2 | 7 | 149 | Bio/KEGG/Enzyme/__init__.py |
| ||||
def _dblinks(self): s = [ ] for entry in self.dblinks: s.append(entry[0]+": "+" ".join(entry[1])) return _write_kegg("DBLINKS",[_wrap_kegg(l,wrap_rule = id_wrap(9)) for l in s]) |
| ||||
def _genes(self): s = [ ] for entry in self.genes: s.append(entry[0]+": "+" ".join(entry[1])) return _write_kegg("GENES",[_wrap_kegg(l,wrap_rule = id_wrap(5)) for l in s]) |
| |||
def [[#variable2ed21080]](self): s = [ ] for entry in self. [[#variable19d8e700]]: s.append(entry[0]+": "+" ".join(entry[1])) return _write_kegg( [[#variable2d91ed40]],[_wrap_kegg(l,wrap_rule = id_wrap( [[#variable2ed21120]])) for l in s]) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2ed21080]] | _dblinks |
1 | 2 | [[#2ed21080]] | _genes |
2 | 1 | [[#19d8e700]] | dblinks |
2 | 2 | [[#19d8e700]] | genes |
3 | 1 | [[#2d91ed40]] | "DBLINKS" |
3 | 2 | [[#2d91ed40]] | "GENES" |
4 | 1 | [[#2ed21120]] | 9 |
4 | 2 | [[#2ed21120]] | 5 |