Uses of Class
com.compomics.util.experiment.identification.spectrum_assumptions.PeptideAssumption
Packages that use PeptideAssumption
Package
Description
Classes for the filtering of identification objects.
Experiment classes related to matches.
Modification mapping and localization.
Writer for identification results.
-
Uses of PeptideAssumption in com.compomics.util.experiment.identification.filtering
Methods in com.compomics.util.experiment.identification.filtering with parameters of type PeptideAssumptionModifier and TypeMethodDescriptionbooleanAssumptionFilter.isValidated(long spectrumMatchKey, String spectrumFile, String spectrumTitle, PeptideAssumption peptideAssumption, Identification identification, SequenceProvider sequenceProvider, SpectrumProvider spectrumProvider, IdentificationFeaturesGenerator identificationFeaturesGenerator, IdentificationParameters identificationParameters) Tests whether a match is validated by this filter.booleanAssumptionFilter.isValidated(String itemName, FilterItemComparator filterItemComparator, Object value, long spectrumMatchKey, String spectrumFile, String spectrumTitle, PeptideAssumption peptideAssumption, Identification identification, SequenceProvider sequenceProvider, SpectrumProvider spectrumProvider, IdentificationFeaturesGenerator identificationFeaturesGenerator, IdentificationParameters identificationParameters) Indicates whether the match designated by the match key validates the given item using the given comparator and value threshold.booleanPeptideAssumptionFilter.validatePrecursor(PeptideAssumption assumption, String spectrumFile, String spectrumTitle, SpectrumProvider spectrumProvider, SearchParameters searchParameters) Validates the mass deviation of a peptide assumption. -
Uses of PeptideAssumption in com.compomics.util.experiment.identification.matches
Methods in com.compomics.util.experiment.identification.matches that return PeptideAssumptionModifier and TypeMethodDescriptionSpectrumMatch.getBestPeptideAssumption()Getter for the best peptide assumption.Methods in com.compomics.util.experiment.identification.matches that return types with arguments of type PeptideAssumptionModifier and TypeMethodDescriptionjava.util.stream.Stream<PeptideAssumption> SpectrumMatch.getAllPeptideAssumptions()Returns a stream of all peptide assumptionsSpectrumMatch.getAllPeptideAssumptions(int advocateId) Returns all peptide assumptions for the specified search engine indexed by their score.SpectrumMatch.getPeptideAssumptionsMap()Returns the peptide assumptions map: advocate id > score > list of assumptions.Methods in com.compomics.util.experiment.identification.matches with parameters of type PeptideAssumptionModifier and TypeMethodDescriptionvoidSpectrumMatch.addPeptideAssumption(int advocateId, PeptideAssumption peptideAssumption) Add a hit.voidSpectrumMatch.removePeptideAssumption(PeptideAssumption peptideAssumption) Removes an assumption from the mapping.voidSpectrumMatch.setBestPeptideAssumption(PeptideAssumption bestPeptideAssumption) Setter for the best peptide assumption.Method parameters in com.compomics.util.experiment.identification.matches with type arguments of type PeptideAssumptionModifier and TypeMethodDescriptionvoidSpectrumMatch.setPeptideAssumptionMap(HashMap<Integer, TreeMap<Double, ArrayList<PeptideAssumption>>> peptideAssumptionsMap) Sets the peptide assumption map. -
Uses of PeptideAssumption in com.compomics.util.experiment.identification.modification
Methods in com.compomics.util.experiment.identification.modification with parameters of type PeptideAssumptionModifier and TypeMethodDescriptionstatic ModificationtableContentModificationtableContent.getModificationTableContent(PeptideAssumption peptideAssumption, Modification modification, int nMod, String spectrumFile, String spectrumTitle, Spectrum spectrum, AnnotationParameters annotationParameters, ModificationParameters modificationParameters, SequenceProvider sequenceProvider, SequenceMatchingParameters modificationSequenceMatchingParameters) Get the table content. -
Uses of PeptideAssumption in com.compomics.util.experiment.io.identification.writers
Method parameters in com.compomics.util.experiment.io.identification.writers with type arguments of type PeptideAssumptionModifier and TypeMethodDescriptionvoidSimpleMzIdentMLExporter.addSpectrum(String spectrumFile, String spectrumTitle, ArrayList<PeptideAssumption> peptideAssumptions, ArrayList<TreeMap<Double, HashMap<Integer, Double>>> modificationLocalizationScores, PeptideSpectrumAnnotator peptideSpectrumAnnotator) Adds a peptide-spectrum match to the file.