Class DifferentialExpressionValueObject
java.lang.Object
ubic.gemma.model.analysis.expression.diff.DifferentialExpressionValueObject
- All Implemented Interfaces:
Serializable
Represents the results for one probe. Fairly heavy-weight.
- Author:
- keshav
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCorrP()getGene()getId()getP()getProbe()inthashCode()voidsetContrasts(ContrastsValueObject contrasts) voidvoidsetDirection(Direction direction) voidsetExperimentalFactors(Collection<ExperimentalFactorValueObject> experimentalFactors) voidsetExpressionExperiment(BioAssaySetValueObject expressionExperiment) voidsetFisherContribution(Boolean fisherContribution) voidsetGene(GeneValueObject gene) voidvoidsetMetThreshold(Boolean metThreshold) voidvoidvoidsetProbeId(Long probeId) voidsetResultSetId(Long resultSetId) voidsetSortKey(String sortKey) toString()
-
Constructor Details
-
DifferentialExpressionValueObject
public DifferentialExpressionValueObject() -
DifferentialExpressionValueObject
-
DifferentialExpressionValueObject
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
getContrasts
-
getCorrP
-
getDirection
-
getExperimentalFactors
-
getExpressionExperiment
-
getFisherContribution
-
getGene
-
getId
-
getMetThreshold
-
getP
-
getProbe
-
getProbeId
-
getResultSetId
-
getSortKey
-
setContrasts
-
setCorrP
-
setDirection
-
setExperimentalFactors
-
setExpressionExperiment
-
setFisherContribution
-
setGene
-
setId
-
setMetThreshold
-
setP
-
setProbe
-
setProbeId
-
setResultSetId
-
setSortKey
-