Class IdentificationKeys
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.IdentificationKeys
- All Implemented Interfaces:
Serializable
Placeholder for the keys of the objects in the identification.
- Author:
- Marc Vaudel
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe names of the spectrum files (without extensions) that were used for the PSMs.static final longKey to use in the database.List of the keys of all imported peptides.List of the keys of all imported proteins.A map linking protein accessions to all their protein matches keys.Map mapping spectra per file.Fields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Field Details
-
KEY
public static final long KEYKey to use in the database. -
proteinIdentification
List of the keys of all imported proteins. -
peptideIdentification
List of the keys of all imported peptides. -
spectrumIdentification
Map mapping spectra per file. -
proteinMap
A map linking protein accessions to all their protein matches keys. -
fractions
The names of the spectrum files (without extensions) that were used for the PSMs.
-
-
Constructor Details
-
IdentificationKeys
public IdentificationKeys()
-