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 TypeMethodDescriptionint
NonPersistentNonOrderedCoexpLink.compareTo
(NonPersistentNonOrderedCoexpLink o) Method parameters in ubic.gemma.persistence.service.association.coexpression with type arguments of type NonPersistentNonOrderedCoexpLinkModifier and TypeMethodDescriptionvoid
CoexpressionDao.createOrUpdate
(ExpressionExperiment bioAssaySet, List<NonPersistentNonOrderedCoexpLink> p2plinks, LinkCreator c, Set<Gene> genesTested) void
CoexpressionDaoImpl.createOrUpdate
(ExpressionExperiment ee, List<NonPersistentNonOrderedCoexpLink> links, LinkCreator c, Set<Gene> genesTested) void
CoexpressionService.createOrUpdate
(ExpressionExperiment ee, List<NonPersistentNonOrderedCoexpLink> links, LinkCreator c, Set<Gene> geesTested) Maintenance method.void
CoexpressionServiceImpl.createOrUpdate
(ExpressionExperiment ee, List<NonPersistentNonOrderedCoexpLink> links, LinkCreator c, Set<Gene> genesTested)