|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.proteomics.IsoelectricPointCalc
public class IsoelectricPointCalc
Class that computes isoelectric point for denaturated proteins. These pIs are useful for predicting the position of a protein on a 2D gel.
The pK values are taken from Bjellqvist B. et al., "Reference points for comparisons of two-dimensional maps of proteins from different human cell types defined in a pH scale where isoelectric points correlate with polypeptide compositions", Electrophoresis 1994, 15, 529-539.
| Nested Class Summary | |
|---|---|
class |
IsoelectricPointCalc.ChargeCalculator
|
| Constructor Summary | |
|---|---|
IsoelectricPointCalc()
|
|
| Method Summary | |
|---|---|
static double |
getIsoelectricPoint(SymbolList peptide)
Static public method to compute the pI for a polypeptide in denaturating and reduced conditions with both free ends. |
double |
getPI(SymbolList peptide,
boolean hasFreeNTerm,
boolean hasFreeCTerm)
Computes isoelectric point of specified peptide. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsoelectricPointCalc()
| Method Detail |
|---|
public double getPI(SymbolList peptide,
boolean hasFreeNTerm,
boolean hasFreeCTerm)
throws IllegalAlphabetException,
BioException
peptide - peptide of which pI is required.hasFreeNTerm - has free N-terminal amino group.hasFreeCTerm - has free C-terminal carboxyl group.
IllegalAlphabetException
BioException
public static double getIsoelectricPoint(SymbolList peptide)
throws IllegalAlphabetException,
BioException
This method returns the same values as ExPASy's Compute pI/Mw program
peptide - peptide of which pI is required.
IllegalAlphabetException
BioException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||