Package eu.isas.peptideshaker.scoring
Class PSMaps
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
eu.isas.peptideshaker.scoring.PSMaps
- All Implemented Interfaces:
com.compomics.util.experiment.personalization.UrParameter,Serializable
public class PSMaps
extends com.compomics.util.experiment.personalization.ExperimentObject
implements com.compomics.util.experiment.personalization.UrParameter
This class contains all scoring maps from PeptideShaker and will be used to
store the information.
- Author:
- Marc Vaudel
- See Also:
-
Field Summary
Fields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
ConstructorsConstructorDescriptionPSMaps()Constructor.PSMaps(InputMap inputMap, TargetDecoyMap psmMap, TargetDecoyMap peptideMap, TargetDecoyMap proteinMap) Constructor for the PSMaps. -
Method Summary
Modifier and TypeMethodDescriptionReturns the target decoy map of all search engine scores.longReturns the target decoy map at the peptide level.Returns the target decoy map at the protein level.Returns the target decoy map at the psm level.Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
PSMaps
public PSMaps()Constructor. -
PSMaps
public PSMaps(InputMap inputMap, TargetDecoyMap psmMap, TargetDecoyMap peptideMap, TargetDecoyMap proteinMap) Constructor for the PSMaps.- Parameters:
inputMap- the input mappsmMap- the PSM level mappeptideMap- the peptide level mapproteinMap- the protein level map
-
-
Method Details
-
getInputMap
Returns the target decoy map of all search engine scores.- Returns:
- the target decoy map of all search engine scores
-
getPsmMap
Returns the target decoy map at the psm level.- Returns:
- the target decoy map at the psm level
-
getPeptideMap
Returns the target decoy map at the peptide level.- Returns:
- the target decoy map at the peptide level
-
getProteinMap
Returns the target decoy map at the protein level.- Returns:
- the target decoy map at the protein level
-
getParameterKey
public long getParameterKey()- Specified by:
getParameterKeyin interfacecom.compomics.util.experiment.personalization.UrParameter
-