| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 0 | 1.000 | stmt_list[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 394 | Bio/PDB/Polypeptide.py |
| 2 | 6 | 408 | Bio/PDB/Polypeptide.py |
| ||||
for pp in ppb.build_peptides(s):
print pp.get_sequence( )
for pp in ppb.build_peptides(s[0]):
print pp.get_sequence( )
for pp in ppb.build_peptides(s[0]["A"]):
print pp.get_sequence( )
|
| ||||
for pp in ppb.build_peptides(s):
print pp.get_sequence( )
for pp in ppb.build_peptides(s[0]):
print pp.get_sequence( )
for pp in ppb.build_peptides(s[0]["A"]):
print pp.get_sequence( )
|
| |||
for pp in ppb.build_peptides(s): print pp.get_sequence( ) for pp in ppb.build_peptides(s[0]): print pp.get_sequence( ) for pp in ppb.build_peptides(s[0]["A"]): print pp.get_sequence( ) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||