|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.quantification.reporterion.ReporterMethod
public class ReporterMethod
This class models a reporter quantification method. User: Marc Date: Sep 29, 2010 Time: 5:52:30 PM
Constructor Summary | |
---|---|
ReporterMethod(String name,
ArrayList<ReporterIon> reporterIons,
ArrayList<CorrectionFactor> correctionFactors)
Constructor for a reporter method |
Method Summary | |
---|---|
ArrayList<CorrectionFactor> |
getCorrectionFactors()
Returns the correction factors corresponding to the reporter ions |
ArrayList<ReporterIon> |
getReporterIons()
Returns the reporter ions used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReporterMethod(String name, ArrayList<ReporterIon> reporterIons, ArrayList<CorrectionFactor> correctionFactors)
index
- the index of the methodname
- the name of the methodreporterIons
- the reporter ions usedcorrectionFactors
- the correction factors corresponding to the reporter ionsMethod Detail |
---|
public ArrayList<ReporterIon> getReporterIons()
public ArrayList<CorrectionFactor> getCorrectionFactors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |