in reply to Re^3: Iso electric point calculation using perl
in thread Iso electric point calculation using perl
line 104
$result += $acid{$aa}/(1+10**($pka{$aa}-$pI));line 107
$result -= $base{$aa}/(1+10**($pI-$pka{$aa}));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Iso electric point calculation using perl
by Anonymous Monk on Jul 23, 2013 at 06:24 UTC | |
by yuvraj_ghaly (Sexton) on Jul 23, 2013 at 06:47 UTC |