public class Reagent extends Object implements Serializable
| Constructor and Description |
|---|
Reagent() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMinus1()
Returns the isotopic correction factor at -1 Da.
|
double |
getMinus2()
Returns the isotopic correction factor at -2 Da.
|
String |
getName()
Returns the name of the reagent.
|
double |
getPlus1()
Returns the isotopic correction factor at +1 Da.
|
double |
getPlus2()
Returns the isotopic correction factor at +2 Da.
|
double |
getRef()
Returns the value used as reference for the correction factors.
|
ReporterIon |
getReporterIon()
Returns the reporter ion to look for in the spectrum.
|
void |
setMinus1(double minus1)
Sets the isotopic correction factor at -1 Da.
|
void |
setMinus2(double minus2)
Sets the isotopic correction factor at -2 Da.
|
void |
setName(String name)
Sets the name of the reagent.
|
void |
setPlus1(double plus1)
Sets the isotopic correction factor at +1 Da.
|
void |
setPlus2(double plus2)
Sets the isotopic correction factor at +2 Da.
|
void |
setRef(double ref)
Sets the value used as reference for the correction factors.
|
void |
setReporterIon(ReporterIon reporterIon)
Sets the reporter ion to look for in the spectrum.
|
public String getName()
public void setName(String name)
name - the name of the reagentpublic ReporterIon getReporterIon()
public void setReporterIon(ReporterIon reporterIon)
reporterIon - the reporter ion to look for in the spectrumpublic double getMinus2()
public void setMinus2(double minus2)
minus2 - the isotopic correction factor at -2 Dapublic double getMinus1()
public void setMinus1(double minus1)
minus1 - the isotopic correction factor at -1 Dapublic double getRef()
public void setRef(double ref)
ref - the value used as reference for the correction factorspublic double getPlus1()
public void setPlus1(double plus1)
plus1 - the isotopic correction factor at +1 Dapublic double getPlus2()
public void setPlus2(double plus2)
plus2 - the isotopic correction factor at +2 DaCopyright © 2016. All rights reserved.