Uses of Class
eu.isas.peptideshaker.scoring.targetdecoy.TargetDecoyMap
Packages that use TargetDecoyMap
Package
Description
GUI dialogs and helper classes.
Protein inference classes.
Identification scoring.
Target decoy maps.
PSM scoring.
Target/decoy related classes.
Matches validation.
-
Uses of TargetDecoyMap in eu.isas.peptideshaker.gui
Constructors in eu.isas.peptideshaker.gui with parameters of type TargetDecoyMapModifierConstructorDescriptionMatchValidationDialog(Frame parent, com.compomics.util.experiment.identification.Identification identification, TargetDecoyMap targetDecoyMap, long matchKey, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, String fastaFile, MatchValidationDialog.MatchType matchType) Constructor for a protein match validation dialog. -
Uses of TargetDecoyMap in eu.isas.peptideshaker.protein_inference
Methods in eu.isas.peptideshaker.protein_inference with parameters of type TargetDecoyMapModifier and TypeMethodDescriptionvoidProteinInference.inferPiStatus(com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, TargetDecoyMap proteinMap, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.waiting.WaitingHandler waitingHandler) Selects the leading protein of protein groups and infers PI status of peptide and proteins.voidProteinInference.inferPiStatus(com.compomics.util.experiment.identification.matches.ProteinMatch proteinMatch, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.identification.peptide_shaker.Metrics metrics, TargetDecoyMap proteinMap, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.waiting.WaitingHandler waitingHandler) Selects the leading protein of protein groups and infers PI status of peptide and proteins. -
Uses of TargetDecoyMap in eu.isas.peptideshaker.scoring
Methods in eu.isas.peptideshaker.scoring that return TargetDecoyMapModifier and TypeMethodDescriptionPSMaps.getPeptideMap()Returns the target decoy map at the peptide level.PSMaps.getProteinMap()Returns the target decoy map at the protein level.PSMaps.getPsmMap()Returns the target decoy map at the psm level.Constructors in eu.isas.peptideshaker.scoring with parameters of type TargetDecoyMapModifierConstructorDescriptionPSMaps(InputMap inputMap, TargetDecoyMap psmMap, TargetDecoyMap peptideMap, TargetDecoyMap proteinMap) Constructor for the PSMaps. -
Uses of TargetDecoyMap in eu.isas.peptideshaker.scoring.maps
Fields in eu.isas.peptideshaker.scoring.maps with type parameters of type TargetDecoyMapModifier and TypeFieldDescriptionprotected final HashMap<Integer, HashMap<String, TargetDecoyMap>> SpecificTargetDecoyMap.fileSpecificMapsThe map of the target decoy maps indexed by file and category.protected final HashMap<Integer, TargetDecoyMap> SpecificTargetDecoyMap.groupedMapsThe map of the target decoy maps indexed by category.Methods in eu.isas.peptideshaker.scoring.maps that return TargetDecoyMapModifier and TypeMethodDescriptionInputMap.getIntermediateScoreMap(String fileName, int advocateIndex, int scoreIndex) Returns the target decoy map associated to a given spectrum file, advocate and score type.InputMap.getMap()Returns the first target/decoy map of the input map in case a single algorithm was used.InputMap.getTargetDecoyMap(int algorithm) Returns the target decoy map attached to the given algorithm.InputMap.getTargetDecoyMap(int algorithm, String fileName) Returns the target decoy map attached to the given algorithm for a specific spectrum file.SpecificTargetDecoyMap.getTargetDecoyMap(int category, String spectrumFile) Returns the desired target decoy map.Methods in eu.isas.peptideshaker.scoring.maps that return types with arguments of type TargetDecoyMapModifier and TypeMethodDescriptionInputMap.getTargetDecoyMaps()Returns a list of all target decoy maps contained in this mapping.SpecificTargetDecoyMap.getTargetDecoyMaps()Returns a list of the target decoy maps used for scoring. -
Uses of TargetDecoyMap in eu.isas.peptideshaker.scoring.psm_scoring
Methods in eu.isas.peptideshaker.scoring.psm_scoring with parameters of type TargetDecoyMapModifier and TypeMethodDescriptionvoidBestMatchSelection.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 TargetDecoyMap in eu.isas.peptideshaker.scoring.targetdecoy
Methods in eu.isas.peptideshaker.scoring.targetdecoy with parameters of type TargetDecoyMapModifier and TypeMethodDescriptionvoidTargetDecoyMap.addAll(TargetDecoyMap anOtherMap) Adds all the points from another target/decoy map. -
Uses of TargetDecoyMap in eu.isas.peptideshaker.validation
Methods in eu.isas.peptideshaker.validation that return TargetDecoyMapModifier and TypeMethodDescriptionMatchesValidator.getPeptideMap()Returns the peptide scoring specific map.MatchesValidator.getProteinMap()Returns the protein scoring map.MatchesValidator.getPsmMap()Returns the PSM scoring specific map.Methods in eu.isas.peptideshaker.validation with parameters of type TargetDecoyMapModifier and TypeMethodDescriptionvoidMatchesValidator.setPeptideMap(TargetDecoyMap peptideMap) Sets the peptide scoring specific map.voidMatchesValidator.setProteinMap(TargetDecoyMap proteinMap) Sets the protein scoring map.voidMatchesValidator.setPsmMap(TargetDecoyMap psmMap) Sets the PSM scoring specific map.static voidMatchesValidator.updatePeptideMatchValidationLevel(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.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, TargetDecoyMap peptideMap, long peptideKey) Updates the validation status of a peptide match.static voidMatchesValidator.updateProteinMatchValidationLevel(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.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, TargetDecoyMap targetDecoyMap, double scoreThreshold, double nTargetLimit, double confidenceThreshold, boolean noValidated, long proteinKey) Updates the validation status of a protein match.static voidMatchesValidator.updateProteinMatchValidationLevel(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.mass_spectrometry.SpectrumProvider spectrumProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, TargetDecoyMap proteinMap, long proteinKey) Updates the validation status of a protein match.static voidMatchesValidator.updateSpectrumMatchValidationLevel(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.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, TargetDecoyMap psmMap, long spectrumMatchKey, boolean applyQCFilters) Updates the validation status of a spectrum match.Constructors in eu.isas.peptideshaker.validation with parameters of type TargetDecoyMapModifierConstructorDescriptionMatchesValidator(TargetDecoyMap psmMap, TargetDecoyMap peptideMap, TargetDecoyMap proteinMap) Constructor.