Class CoexpressionSummaryValueObject
- java.lang.Object
-
- ubic.gemma.core.analysis.expression.coexpression.CoexpressionSummaryValueObject
-
- All Implemented Interfaces:
Serializable
public class CoexpressionSummaryValueObject extends Object implements Serializable
- Author:
- luke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoexpressionSummaryValueObject()CoexpressionSummaryValueObject(Long geneId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneCoexpressionNodeDegreeValueObjectgetCoexpNodeDegree()intgetDatasetsAvailable()intgetDatasetsTested()longgetGeneId()intgetLinksFound()voidsetCoexpNodeDegree(GeneCoexpressionNodeDegreeValueObject coexpNodeDegree)voidsetDatasetsAvailable(int datasetsAvailable)voidsetDatasetsTested(int datasetsTested)voidsetGeneId(long geneId)voidsetLinksFound(int linksFound)
-
-
-
Constructor Detail
-
CoexpressionSummaryValueObject
public CoexpressionSummaryValueObject()
-
CoexpressionSummaryValueObject
public CoexpressionSummaryValueObject(Long geneId)
-
-
Method Detail
-
getCoexpNodeDegree
public GeneCoexpressionNodeDegreeValueObject getCoexpNodeDegree()
- Returns:
- node degree info for this gene, genome wide.
-
setCoexpNodeDegree
public void setCoexpNodeDegree(GeneCoexpressionNodeDegreeValueObject coexpNodeDegree)
- Parameters:
coexpNodeDegree- node degree info for this gene, genome wide.
-
getDatasetsAvailable
public int getDatasetsAvailable()
-
setDatasetsAvailable
public void setDatasetsAvailable(int datasetsAvailable)
-
getDatasetsTested
public int getDatasetsTested()
-
setDatasetsTested
public void setDatasetsTested(int datasetsTested)
-
getGeneId
public long getGeneId()
-
setGeneId
public void setGeneId(long geneId)
-
getLinksFound
public int getLinksFound()
-
setLinksFound
public void setLinksFound(int linksFound)
-
-