Class GeneDifferentialExpressionMetaAnalysisResult
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisResult
- All Implemented Interfaces:
Identifiable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the argument is an GeneDifferentialExpressionMetaAnalysisResult instance and all identifiers for this entity equal the identifiers of the argument entity.getGene()inthashCode()Important note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.voidvoidsetMeanLogFoldChange(Double meanLogFoldChange) voidsetMetaPvalue(Double metaPvalue) voidsetMetaPvalueRank(Double metaPvalueRank) voidsetMetaQvalue(Double metaQvalue) voidsetResultsUsed(Set<DifferentialExpressionAnalysisResult> resultsUsed) voidsetUpperTail(Boolean upperTail) Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId, toString
-
Constructor Details
-
GeneDifferentialExpressionMetaAnalysisResult
public GeneDifferentialExpressionMetaAnalysisResult()
-
-
Method Details
-
getGene
-
setGene
-
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
-
getMetaPvalue
-
setMetaPvalue
-
getMetaPvalueRank
- Returns:
- The rank of the gene in the full set of results.
-
setMetaPvalueRank
-
getMetaQvalue
-
setMetaQvalue
-
getResultsUsed
- Returns:
- The underlying differential expression results that contributed to the meta-analysis result.
-
setResultsUsed
-
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
-
hashCode
public int hashCode()Description copied from class:AbstractIdentifiableImportant note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.- Specified by:
hashCodein classAbstractIdentifiable- Returns:
- a hash code based on this entity's identifiers.
-
equals
Returnstrueif the argument is an GeneDifferentialExpressionMetaAnalysisResult instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.- Specified by:
equalsin classAbstractIdentifiable
-