public final class ExtinctionCoefficient extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PEPTIDE_UNIT_TYPE |
static int |
RNA_UNIT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
float |
calculate(org.helm.notation2.parser.notation.HELM2Notation helm2notation)
method to calculate the extinction coefficient for the whole HELM molecule
|
float |
calculate(org.helm.notation2.parser.notation.HELM2Notation helm2notation,
int unitType)
method to calculate the extinction coefficient for the whole HELM molecule
|
String |
getDefaultUnit() |
int |
getDefaultUnitType() |
static ExtinctionCoefficient |
getInstance() |
String |
getPeptideUnit() |
String |
getRnaUnit() |
String |
getUnit(int unitType) |
public static final int RNA_UNIT_TYPE
public static final int PEPTIDE_UNIT_TYPE
public static ExtinctionCoefficient getInstance() throws ExtinctionCoefficientException
ExtinctionCoefficientExceptionpublic String getUnit(int unitType)
public String getRnaUnit()
public String getPeptideUnit()
public String getDefaultUnit()
public int getDefaultUnitType()
public float calculate(org.helm.notation2.parser.notation.HELM2Notation helm2notation)
throws ExtinctionCoefficientException,
ChemistryException
helm2notation - input HELM2NotationExtinctionCoefficientException - if the HELM contains HELM2 featuresChemistryException - if the Chemistry Engine can not be initializedpublic float calculate(org.helm.notation2.parser.notation.HELM2Notation helm2notation,
int unitType)
throws ExtinctionCoefficientException,
ChemistryException
helm2notation - input HELM2NotationunitType - Unit of the extinction coefficientExtinctionCoefficientException - if the HELM contains HELM2 featuresChemistryException - if the Chemistry Engine can not be initializedCopyright © 2017. All rights reserved.