Last update: 2011-06-23

org.proteios.util
Class MWPICalc

java.lang.Object
  extended by 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.


Constructor Summary
MWPICalc()
           
 
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
 

Constructor Detail

MWPICalc

public MWPICalc()
Method Detail

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)

Last update: 2011-06-23