public class CorrectionFactor extends Object
Constructor and Description |
---|
CorrectionFactor(int ionId,
double minus2,
double minus1,
double plus1,
double plus2)
Constructor for the correction factor
|
Modifier and Type | Method and Description |
---|---|
int |
getIonId()
returns the reporter ion id
|
double |
getMinus1()
returns the reporter ion -1 Da amount
|
double |
getMinus2()
returns the reporter ion -2 Da amount
|
double |
getPlus1()
returns the reporter ion +1 Da amount
|
double |
getPlus2()
returns the reporter ion +2 Da amount
|
void |
setIonId(int ionId)
Sets the reporter ion id
|
void |
setMinus1(double minus1)
Sets the reporter ion -1 Da amount
|
void |
setMinus2(double minus2)
Sets the reporter ion -2 Da amount
|
void |
setPlus1(double plus1)
Sets the reporter ion +1 Da amount
|
void |
setPlus2(double plus2)
Sets the reporter ion +2 Da amount
|
public CorrectionFactor(int ionId, double minus2, double minus1, double plus1, double plus2)
ionId
- The reporter indexminus2
- The relative isotope amount at -2Daminus1
- The relative isotope amount at -1Daplus1
- The relative isotope amount at +1Daplus2
- The relative isotope amount at +2Dapublic int getIonId()
public void setIonId(int ionId)
ionId
- the reporter ion idpublic double getMinus1()
public void setMinus1(double minus1)
minus1
- the reporter ion -1 Da amountpublic double getMinus2()
public void setMinus2(double minus2)
minus2
- the reporter ion -2 Da amountpublic double getPlus1()
public void setPlus1(double plus1)
plus1
- the reporter ion +1 Da amountpublic double getPlus2()
public void setPlus2(double plus2)
plus2
- the reporter ion +2 Da amountCopyright © 2014. All Rights Reserved.