com.compomics.util.experiment.quantification.reporterion
Class ReporterMethod
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.quantification.QuantificationMethod
com.compomics.util.experiment.quantification.reporterion.ReporterMethod
- All Implemented Interfaces:
- Serializable, Cloneable
public class ReporterMethod
- extends QuantificationMethod
This class models a reporter quantification method.
User: Marc
Date: Sep 29, 2010
Time: 5:52:30 PM
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReporterMethod
public ReporterMethod(int index,
String name,
ArrayList<ReporterIon> reporterIons,
ArrayList<CorrectionFactor> correctionFactors)
- Constructor for a reporter method
- Parameters:
index
- the index of the methodname
- the name of the methodreporterIons
- the reporter ions usedcorrectionFactors
- the correction factors corresponding to the reporter ions
getReporterIons
public ArrayList<ReporterIon> getReporterIons()
- Returns the reporter ions used
- Returns:
- the reporter ions used
getCorrectionFactors
public ArrayList<CorrectionFactor> getCorrectionFactors()
- Returns the correction factors corresponding to the reporter ions
- Returns:
- the correction factors corresponding to the reporter ions
getIndex
public int getIndex()
- returns the index of the method
- Returns:
- the index of the method
Copyright © 2012. All Rights Reserved.