Class GeneDifferentialExpressionMetaAnalysisResult

    • Constructor Detail

      • GeneDifferentialExpressionMetaAnalysisResult

        public GeneDifferentialExpressionMetaAnalysisResult()
    • Method Detail

      • getGene

        public Gene getGene()
      • setGene

        public void setGene​(Gene gene)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getMeanLogFoldChange

        public Double getMeanLogFoldChange()
        Returns:
        Note that this value could be misleading; it is possible for the fold change to be positive but the meta-analysis is for down-regulation. Use 'upperTail' to see which direction was inspected.
      • setMeanLogFoldChange

        public void setMeanLogFoldChange​(Double meanLogFoldChange)
      • getMetaPvalue

        public Double getMetaPvalue()
      • setMetaPvalue

        public void setMetaPvalue​(Double metaPvalue)
      • getMetaPvalueRank

        public Double getMetaPvalueRank()
        Returns:
        The rank of the gene in the full set of results.
      • setMetaPvalueRank

        public void setMetaPvalueRank​(Double metaPvalueRank)
      • getMetaQvalue

        public Double getMetaQvalue()
      • setMetaQvalue

        public void setMetaQvalue​(Double metaQvalue)
      • getUpperTail

        public Boolean getUpperTail()
        Returns:
        If true, indicates the fold change "looked for" was positive (i.e., pvalue measured using the upper tail of the t distribution; the alternative hypothesis is fold change > 0)
      • setUpperTail

        public void setUpperTail​(Boolean upperTail)
      • 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)
        Returns true if the argument is an GeneDifferentialExpressionMetaAnalysisResult instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object