org.proteios.util
Class MWPICalc
java.lang.Object
org.proteios.util.MWPICalc
public class MWPICalc
- extends Object
A utility class for calculating pI and MW from a sequence of amino acids. The algorithms used
are described in "Bjellqvist, B.,Hughes, G.J., Pasquali, Ch., Paquet, N., Ravier, F., Sanchez,
J.-Ch., Frutiger, S. & Hochstrasser, D.F. The focusing positions of polypeptides in immobilized
pH gradients can be predicted from their amino acid sequences. Electrophoresis 1993, 14, 1023-1031.
|
Method Summary |
static double |
MWCalc(String sequence)
|
static double |
pICalc(String sequence)
A static method that calculates the pI from a given sequence of amino acids. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MWPICalc
public MWPICalc()
pICalc
public static double pICalc(String sequence)
- A static method that calculates the pI from a given sequence of amino acids.
- Parameters:
sequence - The sequence of amino acids to calculate pI from.
MWCalc
public static double MWCalc(String sequence)