Package | Description |
---|---|
com.compomics.util.experiment.quantification |
This package contains experiment classes related to quantification.
|
Modifier and Type | Method and Description |
---|---|
PsmQuantification |
QuantificationDB.getSpectrumMatch(java.lang.String key)
Returns the desired spectrum match.
|
PsmQuantification |
Quantification.getSpectrumMatch(java.lang.String spectrumKey)
Returns a spectrum quantification match.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PsmQuantification> |
Quantification.getSpectrumMatches(java.lang.String identificationMatchKey)
Returns a list of PSM quantification matches corresponding to the given
psm identification key.
|
Modifier and Type | Method and Description |
---|---|
void |
Quantification.addPsmQuantification(PsmQuantification match)
Add a spectrum quantification to the spectrum quantification matches map
and overwrites if already implemented.
|
void |
QuantificationDB.addSpectrumMatch(PsmQuantification spectrumMatch)
Adds a spectrum match to the database.
|
void |
QuantificationDB.updateSpectrumMatch(PsmQuantification spectrumMatch)
Updates a spectrum match.
|
Copyright © 2013. All Rights Reserved.