|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.quantification.reporterion.CorrectionFactor
public class CorrectionFactor
This class models the isotope correction factors given by the labels constructor. User: Marc Date: Sep 29, 2010 Time: 5:35:27 PM
Constructor Summary | |
---|---|
CorrectionFactor(int ionId,
double minus2,
double minus1,
double plus1,
double plus2)
Constructor for the correction factor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 +2DaMethod Detail |
---|
public 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 amount
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |