Class ProteinPtmQuantificationDetails

java.lang.Object
eu.isas.reporter.quantificationdetails.ProteinPtmQuantificationDetails

public class ProteinPtmQuantificationDetails extends Object
This class contains the quantitative information at the GO level.
Author:
Marc Vaudel
  • Constructor Details

    • ProteinPtmQuantificationDetails

      public ProteinPtmQuantificationDetails()
  • Method Details

    • setRatio

      public void setRatio(String reporterIonName, double value)
      Sets a ratio.
      Parameters:
      reporterIonName - the index of the sample
      value - the value of the ratio
    • getRatio

      public Double getRatio(String reporterIonName)
      Returns the ratio of a given sample. null if not found.
      Parameters:
      reporterIonName - the index of sample of interest
      Returns:
      the ratio for this sample, null if not set