Class FragmentItensityPredictor
java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.FragmentItensityPredictor
Predictor for the peptide fragment intensity.
- Author:
- Marc Vaudel
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorFragmentItensityPredictor(PeptideFragmentationModel peptideFragmentationModel) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetIntentisy(Ion ion) Returns the intensity expected for the given peak.
-
Constructor Details
-
FragmentItensityPredictor
public FragmentItensityPredictor()Empty default constructor -
FragmentItensityPredictor
Constructor.- Parameters:
peptideFragmentationModel- the model to use for the fragmentation of peptides
-
-
Method Details
-
getIntentisy
Returns the intensity expected for the given peak.- Parameters:
ion- the ion of interest- Returns:
- the expected intensity
-