Class GeneCoexpressionNodeDegree
java.lang.Object
ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegree
- All Implemented Interfaces:
Identifiable
Represents the coexpression node degree for a gene summarized across experiments, at each level of support.
- Author:
- paul
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()byte[]byte[]byte[]byte[]inthashCode()voidvoidvoidsetLinkCountsNegative(byte[] linkCountsNegative) voidsetLinkCountsPositive(byte[] linkCountsPositive) voidsetRelativeLinkRanksNegative(byte[] relativeLinkRanksNegative) voidsetRelativeLinkRanksPositive(byte[] relativeLinkRanksPositive)
-
Constructor Details
-
GeneCoexpressionNodeDegree
public GeneCoexpressionNodeDegree()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getGeneId
-
setGeneId
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
setId
-
getLinkCountsNegative
public byte[] getLinkCountsNegative() -
setLinkCountsNegative
public void setLinkCountsNegative(byte[] linkCountsNegative) -
getLinkCountsPositive
public byte[] getLinkCountsPositive() -
setLinkCountsPositive
public void setLinkCountsPositive(byte[] linkCountsPositive) -
getRelativeLinkRanksNegative
public byte[] getRelativeLinkRanksNegative()- Returns:
- Note that these values are for support thresholds, not support levels - so "at or above" the given threshold support.
-
setRelativeLinkRanksNegative
public void setRelativeLinkRanksNegative(byte[] relativeLinkRanksNegative) -
getRelativeLinkRanksPositive
public byte[] getRelativeLinkRanksPositive()- Returns:
- Note that these values are for support thresholds, not support levels - so "at or above" the given threshold support.
-
setRelativeLinkRanksPositive
public void setRelativeLinkRanksPositive(byte[] relativeLinkRanksPositive)
-