public class PsmQuantification extends QuantificationMatch
QuantificationMatch.MatchType
ratios
Constructor and Description |
---|
PsmQuantification(String spectrumKey,
String spectrumMatchKey)
Constructor for a spectrumQuantification
|
Modifier and Type | Method and Description |
---|---|
void |
addIonMatch(int reporterIndex,
IonMatch match)
Method to add a match between a peak and a reporter ion
|
HashMap<Integer,Double> |
getDeisotopedIntensities()
returns the deisotoped intensities
|
String |
getKey()
Returns the key of a match.
|
double |
getReferenceIntensity()
Returns the reference intensity used to estimate the ratios
|
HashMap<Integer,IonMatch> |
getReporterMatches()
Getter for the reporter matches
|
String |
getSpectrumMatchKey()
Getter for the key of the spectrum match
|
QuantificationMatch.MatchType |
getType()
Returns the type of a match
|
void |
setDeisotopedIntensities(HashMap<Integer,Double> deisotopedIntensities)
Sets the deisotoped intensities
|
void |
setReferenceIntensity(double referenceIntensity)
Sets the reference intensity used to estimate the ratios
|
addRatio, getRatios, setRatios
addUrParam, getParameterKey, getUrParam
public void addIonMatch(int reporterIndex, IonMatch match)
reporterIndex
- static index of the reporter ionmatch
- The corresponding ion matchpublic String getKey()
QuantificationMatch
getKey
in class QuantificationMatch
public String getSpectrumMatchKey()
public HashMap<Integer,IonMatch> getReporterMatches()
public HashMap<Integer,Double> getDeisotopedIntensities()
public void setDeisotopedIntensities(HashMap<Integer,Double> deisotopedIntensities)
deisotopedIntensities
- the deisotoped intensitiespublic double getReferenceIntensity()
public void setReferenceIntensity(double referenceIntensity)
referenceIntensity
- the reference intensity used to estimate the ratiospublic QuantificationMatch.MatchType getType()
QuantificationMatch
getType
in class QuantificationMatch
Copyright © 2013. All Rights Reserved.