Class Reagent
java.lang.Object
com.compomics.util.experiment.quantification.reporterion.Reagent
A reporter ion labeling reagent.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the isotopic correction factor at -1 Da.doubleReturns the isotopic correction factor at -2 Da.getName()Returns the name of the reagent.doublegetPlus1()Returns the isotopic correction factor at +1 Da.doublegetPlus2()Returns the isotopic correction factor at +2 Da.doublegetRef()Returns the value used as reference for the correction factors.Returns the reporter ion to look for in the spectrum.voidsetMinus1(double minus1) Sets the isotopic correction factor at -1 Da.voidsetMinus2(double minus2) Sets the isotopic correction factor at -2 Da.voidSets the name of the reagent.voidsetPlus1(double plus1) Sets the isotopic correction factor at +1 Da.voidsetPlus2(double plus2) Sets the isotopic correction factor at +2 Da.voidsetRef(double ref) Sets the value used as reference for the correction factors.voidsetReporterIon(ReporterIon reporterIon) Sets the reporter ion to look for in the spectrum.
-
Constructor Details
-
Reagent
public Reagent()Empty default constructor
-
-
Method Details
-
getName
Returns the name of the reagent.- Returns:
- the name of the reagent
-
setName
Sets the name of the reagent.- Parameters:
name- the name of the reagent
-
getReporterIon
Returns the reporter ion to look for in the spectrum.- Returns:
- the reporter ion to look for in the spectrum
-
setReporterIon
Sets the reporter ion to look for in the spectrum.- Parameters:
reporterIon- the reporter ion to look for in the spectrum
-
getMinus2
public double getMinus2()Returns the isotopic correction factor at -2 Da.- Returns:
- the isotopic correction factor at -2 Da
-
setMinus2
public void setMinus2(double minus2) Sets the isotopic correction factor at -2 Da.- Parameters:
minus2- the isotopic correction factor at -2 Da
-
getMinus1
public double getMinus1()Returns the isotopic correction factor at -1 Da.- Returns:
- the isotopic correction factor at -1 Da
-
setMinus1
public void setMinus1(double minus1) Sets the isotopic correction factor at -1 Da.- Parameters:
minus1- the isotopic correction factor at -1 Da
-
getRef
public double getRef()Returns the value used as reference for the correction factors.- Returns:
- the value used as reference for the correction factors
-
setRef
public void setRef(double ref) Sets the value used as reference for the correction factors.- Parameters:
ref- the value used as reference for the correction factors
-
getPlus1
public double getPlus1()Returns the isotopic correction factor at +1 Da.- Returns:
- the isotopic correction factor at +1 Da
-
setPlus1
public void setPlus1(double plus1) Sets the isotopic correction factor at +1 Da.- Parameters:
plus1- the isotopic correction factor at +1 Da
-
getPlus2
public double getPlus2()Returns the isotopic correction factor at +2 Da.- Returns:
- the isotopic correction factor at +2 Da
-
setPlus2
public void setPlus2(double plus2) Sets the isotopic correction factor at +2 Da.- Parameters:
plus2- the isotopic correction factor at +2 Da
-