Class FactorProfile


  • public class FactorProfile
    extends Object
    Represents data for displaying a factor (+ factor values) in a chart.
    Author:
    paul
    • Constructor Detail

      • FactorProfile

        public FactorProfile()
      • FactorProfile

        public FactorProfile​(ubic.gemma.model.expression.experiment.ExperimentalFactor ef,
                             LinkedHashMap<ubic.gemma.model.expression.bioAssay.BioAssayValueObject,​LinkedHashMap<ubic.gemma.model.expression.experiment.ExperimentalFactor,​Double>> layouts)
        Parameters:
        ef - Factor to work on.
        layouts - The double values are either just dummy values to tell us the extent of each factor value; or for continuous measurements it is the actual measurement.
      • FactorProfile

        public FactorProfile​(List<Double> values,
                             boolean isContinuous)
    • Method Detail

      • getIsContinuous

        public Boolean getIsContinuous()
        Returns:
        the isContinuous
      • setIsContinuous

        public void setIsContinuous​(Boolean isContinuous)
        Parameters:
        isContinuous - the isContinuous to set
      • setPlots

        public void setPlots​(List<List<DoublePoint>> plots)
        Parameters:
        plots - the plots to set