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:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PSMaps()Constructor.PSMaps(InputMap inputMap, TargetDecoyMap psmMap, TargetDecoyMap peptideMap, TargetDecoyMap proteinMap)Constructor for the PSMaps. -
Method Summary
Modifier and Type Method Description InputMapgetInputMap()Returns the target decoy map of all search engine scores.longgetParameterKey()TargetDecoyMapgetPeptideMap()Returns the target decoy map at the peptide level.TargetDecoyMapgetProteinMap()Returns the target decoy map at the protein level.TargetDecoyMapgetPsmMap()Returns the target decoy map at the psm level.
-
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
-