org.fhcrc.cpl.toolbox.proteomics
Class QuantitationUtilities
java.lang.Object
org.fhcrc.cpl.toolbox.proteomics.QuantitationUtilities
public class QuantitationUtilities
- extends java.lang.Object
Utilities for working with quantitation
|
Method Summary |
static float |
calcHeavyLightMassDiff(java.lang.String peptide,
int labelType)
Calculate the difference between heavy and light masses of a completely heavy and completely light
labeled version of this peptide |
static int |
inferLabelType(java.lang.String residue,
float massDiff)
Infer a label type by its residue and mass diff. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected static org.apache.log4j.Logger _log
SILAC_LABEL_MASSDIFF_PERRESIDUE
public static final float SILAC_LABEL_MASSDIFF_PERRESIDUE
- See Also:
- Constant Field Values
ALGORITHM_Q3
public static final java.lang.String ALGORITHM_Q3
- See Also:
- Constant Field Values
ALGORITHM_XPRESS
public static final java.lang.String ALGORITHM_XPRESS
- See Also:
- Constant Field Values
ACRYLAMIDE_LABEL_LIGHTMASS
public static final float ACRYLAMIDE_LABEL_LIGHTMASS
- See Also:
- Constant Field Values
ACRYLAMIDE_LABEL_HEAVYMASS
public static final float ACRYLAMIDE_LABEL_HEAVYMASS
- See Also:
- Constant Field Values
SILAC_LABEL_MASS
public static final float SILAC_LABEL_MASS
- See Also:
- Constant Field Values
ACRYLAMIDE_LABEL_MASSDIFF_PERRESIDUE
public static final float ACRYLAMIDE_LABEL_MASSDIFF_PERRESIDUE
- See Also:
- Constant Field Values
LABEL_ACRYLAMIDE
public static final int LABEL_ACRYLAMIDE
- See Also:
- Constant Field Values
LABEL_LYCINE
public static final int LABEL_LYCINE
- See Also:
- Constant Field Values
LABEL_ACRYLAMIDE_CODE
public static final java.lang.String LABEL_ACRYLAMIDE_CODE
- See Also:
- Constant Field Values
LABEL_LYCINE_CODE
public static final java.lang.String LABEL_LYCINE_CODE
- See Also:
- Constant Field Values
LABEL_ACRYLAMIDE_EXPLANATION
public static final java.lang.String LABEL_ACRYLAMIDE_EXPLANATION
- See Also:
- Constant Field Values
LABEL_LYCINE_EXPLANATION
public static final java.lang.String LABEL_LYCINE_EXPLANATION
- See Also:
- Constant Field Values
ALL_LABEL_CODES
public static final java.lang.String[] ALL_LABEL_CODES
ALL_LABEL_EXPLANATIONS
public static final java.lang.String[] ALL_LABEL_EXPLANATIONS
QuantitationUtilities
public QuantitationUtilities()
calcHeavyLightMassDiff
public static float calcHeavyLightMassDiff(java.lang.String peptide,
int labelType)
- Calculate the difference between heavy and light masses of a completely heavy and completely light
labeled version of this peptide
- Parameters:
peptide - labelType -
- Returns:
inferLabelType
public static int inferLabelType(java.lang.String residue,
float massDiff)
- Infer a label type by its residue and mass diff. If can't, return -1;
- Parameters:
residue - massDiff -
- Returns:
Fred Hutchinson Cancer Research Center