Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 4 | 0.969 | stmt_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 395 | Bio/AlignIO/PhylipIO.py |
2 | 5 | 572 | Bio/SeqIO/InsdcIO.py |
| ||||
handle = StringIO( ) PhylipWriter(handle).write_file(list5) handle.seek(0) list6 = list(PhylipIterator(handle)) |
| ||||
handle = StringIO( ) GenBankWriter(handle).write_file(records) handle.seek(0) records2 = list(GenBankIterator(handle)) |
| |||
handle = StringIO( ) [[#variable77482940]](handle).write_file( [[#variable7c3b9ca0]]) handle.seek(0) [[#variable774829c0]]= list( [[#variable78a5f9c0]](handle)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77482940]] | GenBankWriter |
1 | 2 | [[#77482940]] | PhylipWriter |
2 | 1 | [[#7c3b9ca0]] | records |
2 | 2 | [[#7c3b9ca0]] | list5 |
3 | 1 | [[#774829c0]] | records2 |
3 | 2 | [[#774829c0]] | list6 |
4 | 1 | [[#78a5f9c0]] | GenBankIterator |
4 | 2 | [[#78a5f9c0]] | PhylipIterator |