Class GeneCoexpressionNodeDegree
- java.lang.Object
- 
- ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegree
 
- 
- All Implemented Interfaces:
- Serializable,- Identifiable
 
 public class GeneCoexpressionNodeDegree extends Object implements Identifiable, Serializable Represents the coexpression node degree for a gene summarized across experiments, at each level of support.- Author:
- paul
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGeneCoexpressionNodeDegree.Factory
 - 
Constructor SummaryConstructors Constructor Description GeneCoexpressionNodeDegree()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetGeneId()LonggetId()byte[]getLinkCountsNegative()byte[]getLinkCountsPositive()byte[]getRelativeLinkRanksNegative()byte[]getRelativeLinkRanksPositive()inthashCode()voidsetGeneId(Long geneId)voidsetId(Long id)voidsetLinkCountsNegative(byte[] linkCountsNegative)voidsetLinkCountsPositive(byte[] linkCountsPositive)voidsetRelativeLinkRanksNegative(byte[] relativeLinkRanksNegative)voidsetRelativeLinkRanksPositive(byte[] relativeLinkRanksPositive)
 
- 
- 
- 
Method Detail- 
getGeneIdpublic Long getGeneId() 
 - 
setGeneIdpublic void setGeneId(Long geneId) 
 - 
getIdpublic Long getId() - Specified by:
- getIdin interface- Identifiable
 
 - 
setIdpublic void setId(Long id) 
 - 
getLinkCountsNegativepublic byte[] getLinkCountsNegative() 
 - 
setLinkCountsNegativepublic void setLinkCountsNegative(byte[] linkCountsNegative) 
 - 
getLinkCountsPositivepublic byte[] getLinkCountsPositive() 
 - 
setLinkCountsPositivepublic void setLinkCountsPositive(byte[] linkCountsPositive) 
 - 
getRelativeLinkRanksNegativepublic byte[] getRelativeLinkRanksNegative() - Returns:
- Note that these values are for support thresholds, not support levels - so "at or above" the given threshold support.
 
 - 
setRelativeLinkRanksNegativepublic void setRelativeLinkRanksNegative(byte[] relativeLinkRanksNegative) 
 - 
getRelativeLinkRanksPositivepublic byte[] getRelativeLinkRanksPositive() - Returns:
- Note that these values are for support thresholds, not support levels - so "at or above" the given threshold support.
 
 - 
setRelativeLinkRanksPositivepublic void setRelativeLinkRanksPositive(byte[] relativeLinkRanksPositive) 
 
- 
 
-