public class IdentificationKeys extends ExperimentObject
Modifier and Type | Field and Description |
---|---|
ArrayList<String> |
fractions
The names of the spectrum files (without extensions) that were used for
the PSMs.
|
static long |
KEY
Key to use in the database.
|
HashSet<Long> |
peptideIdentification
List of the keys of all imported peptides.
|
HashSet<Long> |
proteinIdentification
List of the keys of all imported proteins.
|
HashMap<String,HashSet<Long>> |
proteinMap
A map linking protein accessions to all their protein matches keys.
|
HashMap<String,HashSet<Long>> |
spectrumIdentification
Map mapping spectra per file.
|
NO_KEY
Constructor and Description |
---|
IdentificationKeys() |
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
public static final long KEY
public final HashSet<Long> proteinIdentification
public final HashSet<Long> peptideIdentification
public HashMap<String,HashSet<Long>> spectrumIdentification
public final HashMap<String,HashSet<Long>> proteinMap
Copyright © 2021. All rights reserved.