Uses of Class
com.compomics.util.experiment.identification.matches.PeptideVariantMatches
Packages that use PeptideVariantMatches
Package
Description
Classes related to proteins.
Classes related to protein inference.
-
Uses of PeptideVariantMatches in com.compomics.util.experiment.biology.proteins
Methods in com.compomics.util.experiment.biology.proteins that return types with arguments of type PeptideVariantMatchesModifier and TypeMethodDescriptionPeptide.getVariantMatches()Returns the sequence variant matches of this peptide indexed by protein accession and peptide start.Method parameters in com.compomics.util.experiment.biology.proteins with type arguments of type PeptideVariantMatchesModifier and TypeMethodDescriptionvoidPeptide.setVariantMatches(HashMap<String, HashMap<Integer, PeptideVariantMatches>> variantMatches) Sets the sequence variant matches of this peptide.Constructor parameters in com.compomics.util.experiment.biology.proteins with type arguments of type PeptideVariantMatchesModifierConstructorDescriptionPeptide(String aSequence, ModificationMatch[] variableModifications, HashMap<String, HashMap<Integer, PeptideVariantMatches>> variantMatches, boolean sanityCheck) Constructor for the peptide.Peptide(String aSequence, ModificationMatch[] variableModifications, HashMap<String, HashMap<Integer, PeptideVariantMatches>> variantMatches, boolean sanityCheck, double mass) Constructor. -
Uses of PeptideVariantMatches in com.compomics.util.experiment.identification.protein_inference
Methods in com.compomics.util.experiment.identification.protein_inference that return PeptideVariantMatchesModifier and TypeMethodDescriptionPeptideProteinMapping.getPeptideVariantMatches()Returns eventual variants found.Methods in com.compomics.util.experiment.identification.protein_inference that return types with arguments of type PeptideVariantMatchesModifier and TypeMethodDescriptionstatic HashMap<String, HashMap<Integer, PeptideVariantMatches>> PeptideProteinMapping.getVariantMatches(ArrayList<PeptideProteinMapping> peptideProteinMappings) Returns the variant matches summarized in a map indexed by protein accession and peptide index on the protein sequence.Constructors in com.compomics.util.experiment.identification.protein_inference with parameters of type PeptideVariantMatchesModifierConstructorDescriptionPeptideProteinMapping(String proteinAccession, String peptideSequence, int index, ModificationMatch[] modificationMatches, PeptideVariantMatches peptideVariantMatches) Constructor.