Class DesignMatrixRowValueObject

java.lang.Object
ubic.gemma.web.controller.expression.experiment.DesignMatrixRowValueObject
All Implemented Interfaces:
Serializable

public class DesignMatrixRowValueObject extends Object implements Serializable
For the display of a summary table about experimental design.
Author:
luke, paul fixed to handle incomplete designs
See Also:
  • Constructor Details

    • DesignMatrixRowValueObject

      public DesignMatrixRowValueObject(FactorValueVector factorValues, int n)
  • Method Details

    • getCount

      public int getCount()
      Returns:
      the count
    • setCount

      public void setCount(int count)
      Parameters:
      count - the count to set
    • getFactors

      public List<String> getFactors()
      Returns:
      the factors
    • setFactors

      public void setFactors(List<String> factors)
      Parameters:
      factors - the factors to set
    • getFactorTypes

      public List<String> getFactorTypes()
    • getFactorValueMap

      public Map<String,String> getFactorValueMap()
      Returns:
      the factorValues
    • setFactorValueMap

      public void setFactorValueMap(Map<String,String> factorValueMap)