Uses of Class
ubic.gemma.model.association.coexpression.GeneCoexpressionNodeDegree
Packages that use GeneCoexpressionNodeDegree
Package
Description
-
Uses of GeneCoexpressionNodeDegree in ubic.gemma.model.association.coexpression
Methods in ubic.gemma.model.association.coexpression that return GeneCoexpressionNodeDegreeModifier and TypeMethodDescriptionstatic GeneCoexpressionNodeDegreeGeneCoexpressionNodeDegree.Factory.newInstance(Gene g) GeneCoexpressionNodeDegreeValueObject.toEntity()Constructors in ubic.gemma.model.association.coexpression with parameters of type GeneCoexpressionNodeDegreeModifierConstructorDescription -
Uses of GeneCoexpressionNodeDegree in ubic.gemma.persistence.service.association.coexpression
Methods in ubic.gemma.persistence.service.association.coexpression that return GeneCoexpressionNodeDegreeModifier and TypeMethodDescriptionCoexpressionNodeDegreeDaoImpl.create(GeneCoexpressionNodeDegree entity) The coexpression node degree model has its ID assigned from its associatedGeneand thus cannot be persisted withSession.persist(Object).CoexpressionNodeDegreeDao.findOrCreate(Gene gene) CoexpressionNodeDegreeDaoImpl.findOrCreate(Gene gene) Methods in ubic.gemma.persistence.service.association.coexpression with parameters of type GeneCoexpressionNodeDegreeModifier and TypeMethodDescriptionCoexpressionNodeDegreeDaoImpl.create(GeneCoexpressionNodeDegree entity) The coexpression node degree model has its ID assigned from its associatedGeneand thus cannot be persisted withSession.persist(Object).CoexpressionDao.updateNodeDegree(Gene gene, GeneCoexpressionNodeDegree nd) This is a maintenance method.CoexpressionDaoImpl.updateNodeDegree(Gene g, GeneCoexpressionNodeDegree nd)