Class DifferentialExpressionGenesConditionsValueObject.Cell
- java.lang.Object
-
- ubic.gemma.core.tasks.visualization.DifferentialExpressionGenesConditionsValueObject.Cell
-
- Enclosing class:
- DifferentialExpressionGenesConditionsValueObject
public class DifferentialExpressionGenesConditionsValueObject.Cell extends Object
-
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetCorrectedPValue()IntegergetDirection()BooleangetIsProbeMissing()booleangetIsProbeOmitted()DoublegetLogFoldChange()IntegergetNumberOfProbes()IntegergetNumberOfProbesDiffExpressed()DoublegetpValue()DoublegetVisualizationValue()voidsetIsProbeOmitted(boolean isProbeOmitted)
-
-
-
Method Detail
-
getIsProbeOmitted
public boolean getIsProbeOmitted()
-
setIsProbeOmitted
public void setIsProbeOmitted(boolean isProbeOmitted)
-
getCorrectedPValue
public Double getCorrectedPValue()
-
getDirection
public Integer getDirection()
-
getIsProbeMissing
public Boolean getIsProbeMissing()
-
getLogFoldChange
public Double getLogFoldChange()
-
getNumberOfProbes
public Integer getNumberOfProbes()
-
getNumberOfProbesDiffExpressed
public Integer getNumberOfProbesDiffExpressed()
-
getpValue
public Double getpValue()
-
getVisualizationValue
public Double getVisualizationValue()
-
-