Uses of Class
ubic.gemma.model.analysis.expression.coexpression.GeneCoexpressionTestedIn
-
Packages that use GeneCoexpressionTestedIn Package Description ubic.gemma.persistence.service.association.coexpression -
-
Uses of GeneCoexpressionTestedIn in ubic.gemma.persistence.service.association.coexpression
Methods in ubic.gemma.persistence.service.association.coexpression that return GeneCoexpressionTestedIn Modifier and Type Method Description GeneCoexpressionTestedIn
GeneTestedInCache. get(Long geneId)
GeneCoexpressionTestedIn
GeneTestedInCacheImpl. get(Long geneId)
Methods in ubic.gemma.persistence.service.association.coexpression with parameters of type GeneCoexpressionTestedIn Modifier and Type Method Description void
GeneTestedInCache. cacheTestedIn(GeneCoexpressionTestedIn testedIn)
void
GeneTestedInCacheImpl. cacheTestedIn(GeneCoexpressionTestedIn testedIn)
Method parameters in ubic.gemma.persistence.service.association.coexpression with type arguments of type GeneCoexpressionTestedIn Modifier and Type Method Description void
GeneTestedInCache. cache(Map<Long,GeneCoexpressionTestedIn> idMap)
void
GeneTestedInCacheImpl. cache(Map<Long,GeneCoexpressionTestedIn> idMap)
-