Package | Description |
---|---|
com.hfg.bio | |
com.hfg.bio.proteinproperty |
Classes for calculating physical properties of proteins.
|
com.hfg.bio.seq |
Modifier and Type | Method and Description |
---|---|
ProteinAnalysisMode |
KaSet.getDefaultProteinAnalysisMode() |
Modifier and Type | Method and Description |
---|---|
KaSet |
KaSet.setDefaultProteinAnalysisMode(ProteinAnalysisMode inValue) |
Modifier and Type | Class and Description |
---|---|
class |
NativeAnalysisMode
Native protein analysis mode.
|
class |
ReducedAnalysisMode
Reduced (and denatured) protein analysis mode.
|
Modifier and Type | Method and Description |
---|---|
ProteinAnalysisMode |
SimpleProteinPropertyCalcSettings.getProteinAnalysisMode() |
static ProteinAnalysisMode |
ProteinAnalysisMode.instantiate(XMLTag inXMLNode) |
Modifier and Type | Method and Description |
---|---|
SimpleProteinPropertyCalcSettings |
SimpleProteinPropertyCalcSettings.setProteinAnalysisMode(ProteinAnalysisMode inValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
Protein.getAverageMass(ProteinAnalysisMode inMode) |
java.util.Map<Element,java.lang.Float> |
Protein.getElementalComposition(ProteinAnalysisMode inMode)
Returns an unmodifiable copy of the elemental composition Map adjusted (if necessary)
for the specified protein analysis mode.
|
java.lang.Float |
Protein.getIsoelectricPoint(KaSet inKaSet,
ProteinAnalysisMode inMode)
Determines the isoelectric point (the pH at which the net charge is zero) for the protein.
|
java.lang.Double |
Protein.getMonoisotopicMass(ProteinAnalysisMode inMode) |
java.lang.Double |
Protein.getNetCharge(double pH,
KaSet inKaSet,
ProteinAnalysisMode inMode)
Estimates the protein's net charge at the specified pH.
|
java.lang.Double |
Protein.getOrganicAverageMass(ProteinAnalysisMode inMode) |
[email protected]