Class DifferentialExpressionValueObject
- java.lang.Object
-
- ubic.gemma.model.analysis.expression.diff.DifferentialExpressionValueObject
-
- All Implemented Interfaces:
Serializable
public class DifferentialExpressionValueObject extends Object implements Serializable
Represents the results for one probe. Fairly heavy-weight.- Author:
- keshav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DifferentialExpressionValueObject()
DifferentialExpressionValueObject(Long id)
DifferentialExpressionValueObject(DifferentialExpressionAnalysisResult o)
-
Method Summary
-
-
-
Constructor Detail
-
DifferentialExpressionValueObject
public DifferentialExpressionValueObject()
-
DifferentialExpressionValueObject
public DifferentialExpressionValueObject(DifferentialExpressionAnalysisResult o)
-
DifferentialExpressionValueObject
public DifferentialExpressionValueObject(Long id)
-
-
Method Detail
-
addContrast
public void addContrast(Long cid, Long factorValueId, Double pvalue, Double logFoldChange, Long secondFactorValueId)
- Parameters:
cid
- id of the contrastsecondFactorValueId
- null unless this is an interactionpvalue
- the p valuefactorValueId
- factor value idlogFoldChange
- the fold change
-
getContrasts
public ContrastsValueObject getContrasts()
-
setContrasts
public void setContrasts(ContrastsValueObject contrasts)
-
getCorrP
public Double getCorrP()
-
setCorrP
public void setCorrP(Double corrP)
-
getDirection
public Direction getDirection()
-
setDirection
public void setDirection(Direction direction)
-
getExperimentalFactors
public Collection<ExperimentalFactorValueObject> getExperimentalFactors()
-
setExperimentalFactors
public void setExperimentalFactors(Collection<ExperimentalFactorValueObject> experimentalFactors)
-
getExpressionExperiment
public ExpressionExperimentValueObject getExpressionExperiment()
-
setExpressionExperiment
public void setExpressionExperiment(ExpressionExperimentValueObject expressionExperiment)
-
getFisherContribution
public Boolean getFisherContribution()
-
setFisherContribution
public void setFisherContribution(Boolean fisherContribution)
-
getGene
public GeneValueObject getGene()
-
setGene
public void setGene(GeneValueObject gene)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getMetThreshold
public Boolean getMetThreshold()
-
setMetThreshold
public void setMetThreshold(Boolean metThreshold)
-
getP
public Double getP()
-
setP
public void setP(Double p)
-
getProbe
public String getProbe()
-
setProbe
public void setProbe(String probe)
-
getProbeId
public Long getProbeId()
-
setProbeId
public void setProbeId(Long probeId)
-
getResultSetId
public Long getResultSetId()
-
setResultSetId
public void setResultSetId(Long long1)
-
getSortKey
public String getSortKey()
-
setSortKey
public void setSortKey()
-
-