Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.969 | compound_stmt |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 49 | Bio/SeqUtils/IsoelectricPoint.py |
2 | 4 | 55 | Bio/SeqUtils/IsoelectricPoint.py |
| ||||
for aa,pK in pos_pKs.iteritems( ): CR = 10**(pK-pH) partial_charge = CR/(CR+1.0) PositiveCharge+=self.charged_aas_content[aa]*partial_charge |
| ||||
for aa,pK in neg_pKs.iteritems( ): CR = 10**(pH-pK) partial_charge = CR/(CR+1.0) NegativeCharge+=self.charged_aas_content[aa]*partial_charge |
| |||
for aa,pK in [[#variable78b1d0c0]].iteritems( ): CR = 10**( [[#variable78b1d040]]- [[#variable78b1cfe0]]) partial_charge = CR/(CR+1.0) [[#variable78b1cf80]]+=self.charged_aas_content[aa]*partial_charge |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78b1d0c0]] | neg_pKs |
1 | 2 | [[#78b1d0c0]] | pos_pKs |
2 | 1 | [[#78b1d040]] | pH |
2 | 2 | [[#78b1d040]] | pK |
3 | 1 | [[#78b1cfe0]] | pK |
3 | 2 | [[#78b1cfe0]] | pH |
4 | 1 | [[#78b1cf80]] | NegativeCharge |
4 | 2 | [[#78b1cf80]] | PositiveCharge |