Class SpectrumQuantificationDetails
java.lang.Object
eu.isas.reporter.quantificationdetails.SpectrumQuantificationDetails
This class contains the quantitative information at the spectrum level.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDeisotopedIntensity(String reporterIonName) Returns the intensity of the given sample.Returns the ratio of a given sample.com.compomics.util.experiment.identification.matches.IonMatchgetRepoterMatch(String reporterIonName) Returns the reporter ion match of the given sample.voidsetDeisotopedIntensity(String reporterIonName, double value) Sets the value of a deisotoped intensity.voidSets a ratio.voidsetReporterMatch(String reporterIonName, com.compomics.util.experiment.identification.matches.IonMatch reporterMatch) Sets the value of a reporter ion match.
-
Constructor Details
-
SpectrumQuantificationDetails
public SpectrumQuantificationDetails()
-
-
Method Details
-
setRatio
Sets a ratio.- Parameters:
sampleIndex- the index of the samplevalue- the value of the ratio
-
getRatio
Returns the ratio of a given sample.- Parameters:
reporterIonName- the index of sample of interest- Returns:
- the ratio for this sample, null if not set
-
setDeisotopedIntensity
Sets the value of a deisotoped intensity.- Parameters:
reporterIonName- the index of the samplevalue- the value of the deisotoped intensity
-
getDeisotopedIntensity
Returns the intensity of the given sample.- Parameters:
reporterIonName- the index of the sample- Returns:
- the intensity
-
setReporterMatch
public void setReporterMatch(String reporterIonName, com.compomics.util.experiment.identification.matches.IonMatch reporterMatch) Sets the value of a reporter ion match.- Parameters:
reporterIonName- the index of the samplereporterMatch- the reporter ion match
-
getRepoterMatch
public com.compomics.util.experiment.identification.matches.IonMatch getRepoterMatch(String reporterIonName) Returns the reporter ion match of the given sample. Null if none.- Parameters:
reporterIonName- the index of the sample- Returns:
- the reporter ion match
-