Class GeneDifferentialExpressionMetaAnalysisResultValueObject
- java.lang.Object
-
- ubic.gemma.model.analysis.expression.diff.GeneDifferentialExpressionMetaAnalysisResultValueObject
-
- All Implemented Interfaces:
Serializable
public class GeneDifferentialExpressionMetaAnalysisResultValueObject extends Object implements Serializable
- Author:
- frances
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneDifferentialExpressionMetaAnalysisResultValueObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGeneName()
String
getGeneSymbol()
Double
getMetaPvalue()
Double
getMetaQvalue()
Boolean
getUpperTail()
void
setGeneName(String geneName)
void
setGeneSymbol(String geneSymbol)
void
setMetaPvalue(Double metaPvalue)
void
setMetaQvalue(Double metaQvalue)
void
setUpperTail(Boolean upperTail)
-
-
-
Method Detail
-
getGeneName
public String getGeneName()
-
setGeneName
public void setGeneName(String geneName)
-
getGeneSymbol
public String getGeneSymbol()
-
setGeneSymbol
public void setGeneSymbol(String geneSymbol)
-
getMetaPvalue
public Double getMetaPvalue()
-
setMetaPvalue
public void setMetaPvalue(Double metaPvalue)
-
getMetaQvalue
public Double getMetaQvalue()
-
setMetaQvalue
public void setMetaQvalue(Double metaQvalue)
-
getUpperTail
public Boolean getUpperTail()
-
setUpperTail
public void setUpperTail(Boolean upperTail)
-
-