Class ModificationLocalizationMapper
java.lang.Object
com.compomics.util.experiment.identification.modification.search_engine_mapping.ModificationLocalizationMapper
Function attempting to map modification localization based on their type.
- Author:
- Marc Vaudel, Harald Barsnes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmodificationLocalization(Peptide peptide, IdentificationParameters identificationParameters, IdfileReader idfileReader, ModificationProvider modificationProvider, SequenceProvider sequenceProvider) Makes an initial modification mapping based on the search engine results and the compatibility to the searched modifications.
-
Constructor Details
-
ModificationLocalizationMapper
public ModificationLocalizationMapper()
-
-
Method Details
-
modificationLocalization
public static void modificationLocalization(Peptide peptide, IdentificationParameters identificationParameters, IdfileReader idfileReader, ModificationProvider modificationProvider, SequenceProvider sequenceProvider) Makes an initial modification mapping based on the search engine results and the compatibility to the searched modifications.- Parameters:
peptide- The peptide where the modification was found.identificationParameters- The identification parameters.idfileReader- The identification file reader.modificationProvider- The modification provider to use.sequenceProvider- The sequence provider to use.
-