Class DifferentialExpressionAnalysisResult
java.lang.Object
ubic.gemma.model.analysis.AnalysisResult
ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysisResult
- All Implemented Interfaces:
Identifiable
Result of an analysis of differences in expression levels -- a single test (e.g., for one gene or one probe), for one
factor. These statistics are based on ANOVA-style analysis, with a collection of ContrastResults storing the
associated contrasts.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getProbe()
getRank()
int
hashCode()
void
setContrasts
(Set<ContrastResult> contrasts) void
setCorrectedPvalue
(Double correctedPvalue) void
setCorrectedPValueBin
(Integer correctedPValueBin) void
void
setProbe
(CompositeSequence probe) void
void
void
setResultSet
(ExpressionAnalysisResultSet resultSet) toString()
-
Constructor Details
-
DifferentialExpressionAnalysisResult
public DifferentialExpressionAnalysisResult()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getContrasts
- Returns:
- Contrasts for this result. Depending on configuration, this might only be stored if the Result itself is significant at some given threshold (e.g., nominal p-value of 0.05) (but default is to store everything)
-
setContrasts
-
getCorrectedPvalue
- Returns:
- A false discovery estimate (qvalue)
-
setCorrectedPvalue
-
getCorrectedPValueBin
- Returns:
- an indexable parameter for the corrected qvalue, to speed searches.
-
setCorrectedPValueBin
-
getId
-
setId
-
getProbe
-
setProbe
-
getPvalue
- Returns:
- The p-value from the test for rejection of the null hypothesis of no effect
-
setPvalue
-
getRank
- Returns:
- The fractional rank of this result, relative to the others in the ResultSet. Thus the best (lowest p-value) will have a fractional rank of 0.0, the worst wil lbe 1.0.
-
setRank
-
getResultSet
-
setResultSet
-