Class GeneCoexpressionNodeDegree

java.lang.Object
ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegree
All Implemented Interfaces:
Identifiable

public class GeneCoexpressionNodeDegree extends Object implements Identifiable
Represents the coexpression node degree for a gene summarized across experiments, at each level of support.
Author:
paul
  • Constructor Details

    • GeneCoexpressionNodeDegree

      public GeneCoexpressionNodeDegree()
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getGeneId

      public Long getGeneId()
    • setGeneId

      public void setGeneId(Long geneId)
    • getId

      public Long getId()
      Specified by:
      getId in interface Identifiable
    • setId

      public void setId(Long id)
    • 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)