Class DifferentialExpressionValueObject

  • All Implemented Interfaces:
    Serializable

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

      • DifferentialExpressionValueObject

        public DifferentialExpressionValueObject()
      • DifferentialExpressionValueObject

        public DifferentialExpressionValueObject​(Long id)
    • Method Detail

      • addContrast

        public void addContrast​(Long cid,
                                Long factorValueId,
                                Double pvalue,
                                Double logFoldChange,
                                Long secondFactorValueId)
        Parameters:
        cid - id of the contrast
        secondFactorValueId - null unless this is an interaction
        pvalue - the p value
        factorValueId - factor value id
        logFoldChange - the fold change
      • getCorrP

        public Double getCorrP()
      • setCorrP

        public void setCorrP​(Double corrP)
      • getDirection

        public Direction getDirection()
      • setDirection

        public void setDirection​(Direction direction)
      • getFisherContribution

        public Boolean getFisherContribution()
      • setFisherContribution

        public void setFisherContribution​(Boolean fisherContribution)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getMetThreshold

        public Boolean getMetThreshold()
      • setMetThreshold

        public void setMetThreshold​(Boolean metThreshold)
      • setP

        public void setP​(Double p)
      • getProbe

        public String getProbe()
      • setProbe

        public void setProbe​(String probe)
      • getProbeId

        public Long getProbeId()
      • setProbeId

        public void setProbeId​(Long probeId)
      • getResultSetId

        public Long getResultSetId()
      • setResultSetId

        public void setResultSetId​(Long long1)
      • getSortKey

        public String getSortKey()
      • hashCode

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

        public void setSortKey()