Class DifferentialExpressionValueObject

java.lang.Object
ubic.gemma.model.analysis.expression.diff.DifferentialExpressionValueObject
All Implemented Interfaces:
Serializable

@ValueObject public class DifferentialExpressionValueObject extends Object implements Serializable
Represents the results for one probe. Fairly heavy-weight.
Author:
keshav
See Also:
  • Constructor Details

    • DifferentialExpressionValueObject

      public DifferentialExpressionValueObject()
    • DifferentialExpressionValueObject

      public DifferentialExpressionValueObject(DifferentialExpressionAnalysisResult o)
    • DifferentialExpressionValueObject

      public DifferentialExpressionValueObject(Long id)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getContrasts

      public ContrastsValueObject getContrasts()
    • getCorrP

      public Double getCorrP()
    • getDirection

      public Direction getDirection()
    • getExperimentalFactors

      public Collection<ExperimentalFactorValueObject> getExperimentalFactors()
    • getExpressionExperiment

      public BioAssaySetValueObject getExpressionExperiment()
    • getFisherContribution

      public Boolean getFisherContribution()
    • getGene

      public GeneValueObject getGene()
    • getId

      public Long getId()
    • getMetThreshold

      public Boolean getMetThreshold()
    • getP

      public Double getP()
    • getProbe

      public String getProbe()
    • getProbeId

      public Long getProbeId()
    • getResultSetId

      public Long getResultSetId()
    • getSortKey

      public String getSortKey()
    • setContrasts

      public void setContrasts(ContrastsValueObject contrasts)
    • setCorrP

      public void setCorrP(Double corrP)
    • setDirection

      public void setDirection(Direction direction)
    • setExperimentalFactors

      public void setExperimentalFactors(Collection<ExperimentalFactorValueObject> experimentalFactors)
    • setExpressionExperiment

      public void setExpressionExperiment(BioAssaySetValueObject expressionExperiment)
    • setFisherContribution

      public void setFisherContribution(Boolean fisherContribution)
    • setGene

      public void setGene(GeneValueObject gene)
    • setId

      public void setId(Long id)
    • setMetThreshold

      public void setMetThreshold(Boolean metThreshold)
    • setP

      public void setP(Double p)
    • setProbe

      public void setProbe(String probe)
    • setProbeId

      public void setProbeId(Long probeId)
    • setResultSetId

      public void setResultSetId(Long resultSetId)
    • setSortKey

      public void setSortKey(String sortKey)