Uses of Class
eu.isas.peptideshaker.scoring.maps.InputMap
Packages that use InputMap
Package
Description
Import of search results.
Classes used to create PeptideShaker projects.
Identification scoring.
PSM scoring.
Matches validation.
-
Uses of InputMap in eu.isas.peptideshaker.fileimport
Methods in eu.isas.peptideshaker.fileimport that return InputMapMethods in eu.isas.peptideshaker.fileimport with parameters of type InputMapModifier and TypeMethodDescriptionvoidPsmImporter.importPsms(ArrayList<com.compomics.util.experiment.identification.matches.SpectrumMatch> spectrumMatches, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, InputMap inputMap, com.compomics.util.experiment.io.identification.IdfileReader fileReader, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.identification.protein_inference.FastaMapper fastaMapper, com.compomics.util.parameters.tools.ProcessingParameters processingParameters, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Imports PSMs.Constructors in eu.isas.peptideshaker.fileimport with parameters of type InputMapModifierConstructorDescriptionPsmFirstHitRunnable(ConcurrentLinkedQueue<com.compomics.util.experiment.identification.matches.SpectrumMatch> spectrumMatchQueue, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, InputMap inputMap, HashMap<String, Integer> proteinCount, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor. -
Uses of InputMap in eu.isas.peptideshaker.processing
Methods in eu.isas.peptideshaker.processing with parameters of type InputMapModifier and TypeMethodDescriptionvoidPsmProcessor.processPsms(InputMap inputMap, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, MatchesValidator matchesValidator, ModificationLocalizationScorer modificationLocalizationScorer, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.biology.modifications.ModificationProvider modificationProvider, HashMap<String, Integer> proteinCount, int nThreads, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Iterates the spectrum matches and saves assumption probabilities, selects best hits, scores modification localization, and refines protein mapping accordingly.Constructors in eu.isas.peptideshaker.processing with parameters of type InputMapModifierConstructorDescriptionPsmProcessorRunnable(ConcurrentLinkedQueue<Long> spectrumMatchKeysIterator, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, InputMap inputMap, MatchesValidator matchesValidator, ModificationLocalizationScorer modificationLocalizationScorer, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.biology.modifications.ModificationProvider modificationProvider, HashMap<String, Integer> proteinCount, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor. -
Uses of InputMap in eu.isas.peptideshaker.scoring
Methods in eu.isas.peptideshaker.scoring that return InputMapModifier and TypeMethodDescriptionPSMaps.getInputMap()Returns the target decoy map of all search engine scores.Constructors in eu.isas.peptideshaker.scoring with parameters of type InputMapModifierConstructorDescriptionPSMaps(InputMap inputMap, TargetDecoyMap psmMap, TargetDecoyMap peptideMap, TargetDecoyMap proteinMap) Constructor for the PSMaps. -
Uses of InputMap in eu.isas.peptideshaker.scoring.psm_scoring
Methods in eu.isas.peptideshaker.scoring.psm_scoring with parameters of type InputMapModifier and TypeMethodDescriptionvoidPsmScorer.estimateIntermediateScoreProbabilities(com.compomics.util.experiment.identification.Identification identification, InputMap inputMap, com.compomics.util.parameters.tools.ProcessingParameters processingPreferences, com.compomics.util.waiting.WaitingHandler waitingHandler) Estimates the probabilities associated to the intermediate PSM scores.PsmScorer.estimateIntermediateScores(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.matches.SpectrumMatch spectrumMatch, InputMap inputMap, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.identification.spectrum_annotation.spectrum_annotators.PeptideSpectrumAnnotator peptideSpectrumAnnotator, com.compomics.util.experiment.identification.psm_scoring.psm_scores.HyperScore hyperScore, com.compomics.util.waiting.WaitingHandler waitingHandler) Scores the PSMs contained in an identification object.voidPsmScorer.estimateIntermediateScores(com.compomics.util.experiment.identification.Identification identification, InputMap inputMap, com.compomics.util.parameters.tools.ProcessingParameters processingParameters, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Scores the PSMs contained in an identification object.voidPsmScorer.scorePsms(com.compomics.util.experiment.identification.Identification identification, InputMap inputMap, com.compomics.util.parameters.tools.ProcessingParameters processingPreferences, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.waiting.WaitingHandler waitingHandler) Attaches a score to the PSMs.voidBestMatchSelection.selectBestHit(com.compomics.util.experiment.identification.matches.SpectrumMatch spectrumMatch, InputMap inputMap, TargetDecoyMap psmTargetDecoyMap, com.compomics.util.experiment.identification.Identification identification) Selects the best hit. -
Uses of InputMap in eu.isas.peptideshaker.validation
Methods in eu.isas.peptideshaker.validation with parameters of type InputMapModifier and TypeMethodDescriptionstatic voidMatchesValidator.updatePeptideAssumptionValidationLevel(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, InputMap inputMap, long spectrumMatchKey, com.compomics.util.experiment.identification.spectrum_assumptions.PeptideAssumption peptideAssumption, boolean applyQCFilters) Updates the validation status of a peptide assumption.voidMatchesValidator.validateIdentifications(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, InputMap inputMap, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.parameters.peptide_shaker.ProjectType projectType, com.compomics.util.parameters.tools.ProcessingParameters processingParameters) This method validates the identification matches of an identification object.