Uses of Class
ubic.gemma.persistence.service.association.coexpression.NonPersistentNonOrderedCoexpLink
Packages that use NonPersistentNonOrderedCoexpLink
-
Uses of NonPersistentNonOrderedCoexpLink in ubic.gemma.persistence.service.association.coexpression
Methods in ubic.gemma.persistence.service.association.coexpression with parameters of type NonPersistentNonOrderedCoexpLinkModifier and TypeMethodDescriptionintNonPersistentNonOrderedCoexpLink.compareTo(NonPersistentNonOrderedCoexpLink o) Method parameters in ubic.gemma.persistence.service.association.coexpression with type arguments of type NonPersistentNonOrderedCoexpLinkModifier and TypeMethodDescriptionvoidCoexpressionDao.createOrUpdate(ExpressionExperiment bioAssaySet, List<NonPersistentNonOrderedCoexpLink> p2plinks, LinkCreator c, Set<Gene> genesTested) voidCoexpressionDaoImpl.createOrUpdate(ExpressionExperiment ee, List<NonPersistentNonOrderedCoexpLink> links, LinkCreator c, Set<Gene> genesTested) voidCoexpressionService.createOrUpdate(ExpressionExperiment ee, List<NonPersistentNonOrderedCoexpLink> links, LinkCreator c, Set<Gene> geesTested) Maintenance method.voidCoexpressionServiceImpl.createOrUpdate(ExpressionExperiment ee, List<NonPersistentNonOrderedCoexpLink> links, LinkCreator c, Set<Gene> genesTested)