Class SupportDetails
java.lang.Object
ubic.gemma.model.analysis.expression.coexpression.IdArray
ubic.gemma.model.analysis.expression.coexpression.SupportDetails
- Direct Known Subclasses:
HumanCoexpressionSupportDetails
,MouseCoexpressionSupportDetails
,OtherCoexpressionSupportDetails
,RatCoexpressionSupportDetails
Represents the datasets in which a link was found in ("supported").
- Author:
- Paul
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSupportDetails
(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.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. -
Method Summary
Methods inherited from class ubic.gemma.model.analysis.expression.coexpression.IdArray
addEntities, addEntity, and, andSet, getBytes, getIds, getIdsSet, getNumIds, isIncluded, removeEntity, setBytes
-
Constructor Details
-
SupportDetails
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 genesecondGene
- second geneisPositive
- value of isPositive
-
SupportDetails
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 genesecondGene
- second geneisPositive
- value of isPositive
-
-
Method Details