|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsmQuantification | |
---|---|
com.compomics.util.experiment.quantification | This package contains experiment classes related to quantification. |
Uses of PsmQuantification in com.compomics.util.experiment.quantification |
---|
Methods in com.compomics.util.experiment.quantification that return PsmQuantification | |
---|---|
PsmQuantification |
QuantificationDB.getSpectrumMatch(String key)
Returns the desired spectrum match. |
PsmQuantification |
Quantification.getSpectrumMatch(String spectrumKey)
Returns a spectrum quantification match |
Methods in com.compomics.util.experiment.quantification that return types with arguments of type PsmQuantification | |
---|---|
ArrayList<PsmQuantification> |
Quantification.getSpectrumMatches(String identificationMatchKey)
Returns a list of PSM quantification matches corresponding to the given psm identification key. |
Methods in com.compomics.util.experiment.quantification with parameters of type PsmQuantification | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |