Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.989 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 70 | Bio/Encodings/IUPACEncoding.py |
2 | 5 | 96 | Bio/Encodings/IUPACEncoding.py |
3 | 5 | 102 | Bio/Encodings/IUPACEncoding.py |
| ||||
for name,obj in Translate.unambiguous_rna_by_name.items( ): property = "translator.name."+name set_prop[obj.table.nucleotide_alphabet.__class__][property] = obj property = "rna_translator.name."+name set_prop[obj.table.protein_alphabet.__class__][property] = obj |
| ||||
for name,obj in Translate.ambiguous_dna_by_name.items( ): property = "translator.name."+name set_prop[obj.table.nucleotide_alphabet.__class__][property] = obj property = "ambiguous_translator.name."+name set_prop[obj.table.protein_alphabet.__class__][property] = obj |
| ||||
for name,obj in Translate.ambiguous_rna_by_name.items( ): property = "translator.name."+name set_prop[obj.table.nucleotide_alphabet.__class__][property] = obj property = "ambiguous_rna_translator.name."+name set_prop[obj.table.protein_alphabet.__class__][property] = obj |
| |||
for name,obj in Translate. [[#variable76244880]].items( ): property = "translator.name."+name set_prop[obj.table.nucleotide_alphabet.__class__][property] = obj property = [[#variable76244800]]+name set_prop[obj.table.protein_alphabet.__class__][property] = obj |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76244880]] | ambiguous_rna_by_name |
1 | 2 | [[#76244880]] | ambiguous_dna_by_name |
1 | 3 | [[#76244880]] | unambiguous_rna_by_name |
2 | 1 | [[#76244800]] | "ambiguous_rna_translator.name." |
2 | 2 | [[#76244800]] | "ambiguous_translator.name." |
2 | 3 | [[#76244800]] | "rna_translator.name." |