Class ContrastResult

    • Constructor Detail

      • ContrastResult

        public ContrastResult()
    • Method Detail

      • getCoefficient

        @Nullable
        public Double getCoefficient()
        Returns:
        The estimated value from the fit
      • setCoefficient

        public void setCoefficient​(@Nullable
                                   Double coefficient)
      • getFactorValue

        @Nullable
        public FactorValue getFactorValue()
        Returns:
        The factorValue for the group of samples that is being compared to baseline. The baseline itself is a property of the ResultSet. For factors that have continuous values, this will be null.
      • setId

        public void setId​(Long id)
      • getLogFoldChange

        @Nullable
        public Double getLogFoldChange()
        Returns:
        The fold change relative to the baseline, based on the fitted values. log2-transformed. This will be the same as the coefficient if the data were log transformed when analyzed. This might be null if it wasn't computed.
      • setLogFoldChange

        public void setLogFoldChange​(@Nullable
                                     Double logFoldChange)
      • setSecondFactorValue

        public void setSecondFactorValue​(@Nullable
                                         FactorValue secondFactorValue)
      • getTstat

        @Nullable
        public Double getTstat()
        Returns:
        Serves as the effect size as well as an indicator of the direction of change relative to the baseline
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
        Returns:
        a hash code based on this entity's identifiers.
      • equals

        public boolean equals​(Object object)
        Overrides:
        equals in class Object
        Returns:
        true if the argument is an ContrastResult instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.