Class DiffExprGeneSearchResult
java.lang.Object
ubic.gemma.model.analysis.expression.diff.DiffExprGeneSearchResult
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingResult,NonRetainedResult
Value object for differential expression result for one result - corresponds to the
DifferentialExpressionAnalysisResults for one gene in one ResultSet (combined for multiple probes), but represents
only the "selected" analysisResult. It can represent a 'dummy' (missing value) if the resultSetId and the geneId are
populated.
- Author:
- anton, paul
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongintintgetScore()inthashCode()voidsetCorrectedPvalue(Double correctedPvalue) voidvoidsetNumberOfProbes(int numberOfProbes) voidsetNumberOfProbesDiffExpressed(int numberOfProbesDiffExpressed) voidvoidsetResultId(long resultId) Not to be confused with resultSetId.voidsetResultSetId(Long resultSetId) voidtoString()
-
Constructor Details
-
DiffExprGeneSearchResult
-
-
Method Details
-
getCorrectedPvalue
-
setCorrectedPvalue
- Parameters:
correctedPvalue- the corrected pvalue (i.e., a q-value)
-
getGeneId
public long getGeneId() -
setGeneId
-
getNumberOfProbes
public int getNumberOfProbes() -
setNumberOfProbes
public void setNumberOfProbes(int numberOfProbes) -
getNumberOfProbesDiffExpressed
public int getNumberOfProbesDiffExpressed() -
setNumberOfProbesDiffExpressed
public void setNumberOfProbesDiffExpressed(int numberOfProbesDiffExpressed) -
getPvalue
-
setPvalue
- Parameters:
pvalue- the uncorrected pvalue.
-
getResultId
- Returns:
- the id of the underlying DifferentialExpressionAnalysisResult. This will be null if there is no result for the resultSet and geneId.
-
setResultId
public void setResultId(long resultId) Not to be confused with resultSetId.- Parameters:
resultId- the ID of the specific result stored.
-
getResultSetId
-
setResultSetId
-
getScore
-
setScore
-
hashCode
public int hashCode() -
equals
-
toString
-