java.lang.Object
ubic.gemma.model.analysis.expression.coexpression.IdArray
ubic.gemma.model.analysis.expression.coexpression.SupportDetails
Direct Known Subclasses:
HumanCoexpressionSupportDetails, MouseCoexpressionSupportDetails, OtherCoexpressionSupportDetails, RatCoexpressionSupportDetails

public abstract class SupportDetails extends IdArray
Represents the datasets in which a link was found in ("supported").
Author:
Paul
  • Constructor Details

    • SupportDetails

      public SupportDetails(Gene firstGene, Gene secondGene, Boolean isPositive)
      Note that the gene information and isPositive is only used for bookkeeping during creation; it is not part of the persistent entity.
      Parameters:
      firstGene - first gene
      secondGene - second gene
      isPositive - value of isPositive
    • SupportDetails

      public SupportDetails(Long firstGene, Long secondGene, Boolean isPositive)
      Note that the gene information and isPositive is only used for bookkeeping during creation; it is not part of the persistent entity. Used by LinkCreator.
      Parameters:
      firstGene - first gene
      secondGene - second gene
      isPositive - value of isPositive
  • Method Details