Class IdentificationKeys

java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.IdentificationKeys
All Implemented Interfaces:
Serializable

public class IdentificationKeys extends ExperimentObject
Placeholder for the keys of the objects in the identification.
Author:
Marc Vaudel
See Also:
  • Field Details

    • KEY

      public static final long KEY
      Key to use in the database.
    • proteinIdentification

      public final HashSet<Long> proteinIdentification
      List of the keys of all imported proteins.
    • peptideIdentification

      public final HashSet<Long> peptideIdentification
      List of the keys of all imported peptides.
    • spectrumIdentification

      public HashMap<String,HashSet<Long>> spectrumIdentification
      Map mapping spectra per file.
    • proteinMap

      public final HashMap<String,HashSet<Long>> proteinMap
      A map linking protein accessions to all their protein matches keys.
    • fractions

      public ArrayList<String> fractions
      The names of the spectrum files (without extensions) that were used for the PSMs.
  • Constructor Details

    • IdentificationKeys

      public IdentificationKeys()