Class DiffExResultSetSummaryValueObject
java.lang.Object
ubic.gemma.model.analysis.expression.diff.DiffExResultSetSummaryValueObject
- All Implemented Interfaces:
Serializable
Summary of a result set.
- Author:
- paul
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAnalyzedBioAssaySetID.Deprecated.getId()Number of diffex probes in theDirection.EITHERhit list if available.This is used once in the frontend, but never filled, so please ignore.Alias forgetId()kept for backward-compatibility in the Gemma Web frontend.Threshold applied to the hitlist.Deprecated.usegetNumberOfUpregulatedProbes()instead.inthashCode()voidsetAnalysisId(Long analysisId) voidsetArrayDesignsUsed(Collection<Long> arrayDesignsUsed) voidsetBaselineGroup(FactorValueValueObject baselineGroup) voidsetBioAssaySetAnalyzedId(Long bioAssaySetAnalyzedId) AnalyzedBioAssaySetID.voidsetDownregulatedCount(Integer downregulatedCount) Number of diffex probes in theDirection.DOWNhit list if available.voidsetExperimentalFactors(Collection<ExperimentalFactorValueObject> experimentalFactors) voidsetFactorIds(Collection<Long> factorIds) voidvoidsetNumberOfDiffExpressedProbes(Integer numberOfDiffExpressedProbes) Number of diffex probes in theDirection.EITHERhit list if available.voidsetNumberOfGenesAnalyzed(Integer numberOfGenesAnalyzed) voidsetNumberOfProbesAnalyzed(Integer numberOfProbesAnalyzed) voidThis is used once in the frontend, but never filled, so please ignore.voidsetThreshold(Double threshold) Threshold applied to the hitlist.voidsetUpregulatedCount(Integer upregulatedCount) Number of diffex probes in theDirection.UPhit list if available.toString()
-
Constructor Details
-
DiffExResultSetSummaryValueObject
public DiffExResultSetSummaryValueObject() -
DiffExResultSetSummaryValueObject
-
-
Method Details
-
getUpregulatedCount
Deprecated.usegetNumberOfUpregulatedProbes()instead. -
getNumberOfUpregulatedProbes
-
getDownregulatedCount
Deprecated.usegetNumberOfDownregulatedProbes()instead. -
getNumberOfDownregulatedProbes
-
getResultSetId
Alias forgetId()kept for backward-compatibility in the Gemma Web frontend. -
getId
-
getAnalysisId
-
getArrayDesignsUsed
-
getBaselineGroup
-
getExperimentalFactors
-
getFactorIds
-
getBioAssaySetAnalyzedId
AnalyzedBioAssaySetID.This is redundant because of
DifferentialExpressionAnalysisValueObject.getExperimentAnalyzedId(), and always displayed in that context in the RESTful API. -
getNumberOfGenesAnalyzed
-
getNumberOfProbesAnalyzed
-
getQValue
This is used once in the frontend, but never filled, so please ignore. -
getThreshold
Threshold applied to the hitlist. -
getNumberOfDiffExpressedProbes
Number of diffex probes in theDirection.EITHERhit list if available. -
setId
-
setAnalysisId
-
setArrayDesignsUsed
-
setBaselineGroup
-
setExperimentalFactors
-
setFactorIds
-
setBioAssaySetAnalyzedId
AnalyzedBioAssaySetID.This is redundant because of
DifferentialExpressionAnalysisValueObject.getExperimentAnalyzedId(), and always displayed in that context in the RESTful API. -
setNumberOfGenesAnalyzed
-
setNumberOfProbesAnalyzed
-
setQValue
This is used once in the frontend, but never filled, so please ignore. -
setThreshold
Threshold applied to the hitlist. -
setNumberOfDiffExpressedProbes
Number of diffex probes in theDirection.EITHERhit list if available. -
setUpregulatedCount
Number of diffex probes in theDirection.UPhit list if available. -
setDownregulatedCount
Number of diffex probes in theDirection.DOWNhit list if available. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-
getNumberOfDownregulatedProbes()instead.