Class FactorProfile
java.lang.Object
ubic.gemma.web.controller.visualization.FactorProfile
Represents data for displaying a factor (+ factor values) in a chart.
- Author:
- paul
-
Constructor Summary
ConstructorsConstructorDescriptionFactorProfile(List<Double> values, boolean isContinuous) FactorProfile(ExperimentalFactor ef, LinkedHashMap<BioAssayValueObject, LinkedHashMap<ExperimentalFactor, Double>> layouts) -
Method Summary
Modifier and TypeMethodDescriptiongetPlots()voidsetIsContinuous(Boolean isContinuous) voidsetPlots(List<List<DoublePoint>> plots) toString()
-
Constructor Details
-
FactorProfile
public FactorProfile() -
FactorProfile
public FactorProfile(ExperimentalFactor ef, LinkedHashMap<BioAssayValueObject, LinkedHashMap<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
-
-
Method Details