Class HumanExperimentCoexpressionLink
java.lang.Object
ubic.gemma.model.association.coexpression.ExperimentCoexpressionLink
ubic.gemma.model.association.coexpression.HumanExperimentCoexpressionLink
- Author:
- Paul
-
Constructor Summary
ConstructorsConstructorDescriptionHumanExperimentCoexpressionLink
(ExpressionExperiment experiment, Long linkId, Long firstGene, Long secondGene) -
Method Summary
Methods inherited from class ubic.gemma.model.association.coexpression.ExperimentCoexpressionLink
equals, getExperiment, getFirstGene, getId, getLinkId, getSecondGene, hashCode, setExperiment, setFirstGene, setId, setLinkId, setSecondGene
-
Constructor Details
-
HumanExperimentCoexpressionLink
public HumanExperimentCoexpressionLink() -
HumanExperimentCoexpressionLink
public HumanExperimentCoexpressionLink(ExpressionExperiment experiment, Long linkId, Long firstGene, Long secondGene)
-