Class OtherCoexpressionSupportDetails
- java.lang.Object
-
- ubic.gemma.model.analysis.expression.coexpression.IdArray
-
- ubic.gemma.model.analysis.expression.coexpression.SupportDetails
-
- ubic.gemma.model.analysis.expression.coexpression.OtherCoexpressionSupportDetails
-
public class OtherCoexpressionSupportDetails extends SupportDetails
- Author:
- Paul
-
-
Constructor Summary
Constructors Constructor Description OtherCoexpressionSupportDetails()
OtherCoexpressionSupportDetails(Long firstGene, Long secondGene, Boolean isPositive)
OtherCoexpressionSupportDetails(Gene firstGene, Gene secondGene, Boolean isPositive)
-
Method Summary
-
Methods inherited from class ubic.gemma.model.analysis.expression.coexpression.SupportDetails
equals, getId, hashCode, setId, toString
-
Methods inherited from class ubic.gemma.model.analysis.expression.coexpression.IdArray
addEntities, addEntity, and, andSet, getBytes, getIds, getIdsSet, getNumIds, isIncluded, removeEntity, setBytes
-
-
-
-
Constructor Detail
-
OtherCoexpressionSupportDetails
public OtherCoexpressionSupportDetails(Gene firstGene, Gene secondGene, Boolean isPositive)
-
OtherCoexpressionSupportDetails
public OtherCoexpressionSupportDetails(Long firstGene, Long secondGene, Boolean isPositive)
-
OtherCoexpressionSupportDetails
public OtherCoexpressionSupportDetails()
-
-