Class PeptideChecker
java.lang.Object
eu.isas.peptideshaker.protein_inference.PeptideChecker
This class checks that the peptide to protein mapping is compatible with the
modification status of the peptide.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckPeptide(com.compomics.util.experiment.biology.proteins.Peptide peptide, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters modificationMatchingParameters)Corrects the protein mapping based on the confident or inferred variable modifications when located at the protein termini or targeting amino acid patterns.
-
Constructor Details
-
PeptideChecker
public PeptideChecker()
-
-
Method Details
-
checkPeptide
public static void checkPeptide(com.compomics.util.experiment.biology.proteins.Peptide peptide, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.parameters.identification.advanced.SequenceMatchingParameters modificationMatchingParameters)Corrects the protein mapping based on the confident or inferred variable modifications when located at the protein termini or targeting amino acid patterns.- Parameters:
peptide- the peptide to checksequenceProvider- a protein sequence providermodificationMatchingParameters- the modification sequence matching parameters
-