Uses of Class
ubic.gemma.model.analysis.expression.coexpression.SupportDetails
Packages that use SupportDetails
Package
Description
-
Uses of SupportDetails in ubic.gemma.model.analysis.expression.coexpression
Subclasses of SupportDetails in ubic.gemma.model.analysis.expression.coexpressionModifier and TypeClassDescriptionclassclassclassclass -
Uses of SupportDetails in ubic.gemma.model.association.coexpression
Fields in ubic.gemma.model.association.coexpression declared as SupportDetailsMethods in ubic.gemma.model.association.coexpression that return SupportDetailsMethods in ubic.gemma.model.association.coexpression with parameters of type SupportDetailsModifier and TypeMethodDescriptionvoidGene2GeneCoexpression.setSupportDetails(SupportDetails supportDetails) -
Uses of SupportDetails in ubic.gemma.persistence.service.association.coexpression
Methods in ubic.gemma.persistence.service.association.coexpression that return SupportDetailsModifier and TypeMethodDescriptionLinkCreator.createSupportDetails(Long g1, Long g2, boolean isPositive) LinkCreator.createSupportDetails(Gene g1, Gene g2, Boolean isPositive) Methods in ubic.gemma.persistence.service.association.coexpression that return types with arguments of type SupportDetailsModifier and TypeMethodDescriptionCoexpressionDao.initializeFromOldData(Gene gene, Map<Long, Gene> geneIdMap, Map<NonPersistentNonOrderedCoexpLink, SupportDetails> linksSoFar, Set<Long> skipGenes) CoexpressionDaoImpl.initializeFromOldData(Gene gene, Map<Long, Gene> geneIdMap, Map<NonPersistentNonOrderedCoexpLink, SupportDetails> linksSoFar, Set<Long> skipGenes) CoexpressionService.initializeLinksFromOldData(Gene gene, Map<Long, Gene> idMap, Map<NonPersistentNonOrderedCoexpLink, SupportDetails> linksSoFar, Set<Long> skipGenes) CoexpressionServiceImpl.initializeLinksFromOldData(Gene g, Map<Long, Gene> idMap, Map<NonPersistentNonOrderedCoexpLink, SupportDetails> linksSoFar, Set<Long> skipGenes) Method parameters in ubic.gemma.persistence.service.association.coexpression with type arguments of type SupportDetailsModifier and TypeMethodDescriptionvoidCoexpressionDaoImpl.updateModifiedSupportDetails(ExpressionExperiment experiment, Collection<SupportDetails> supportDetailsToDelete, Collection<SupportDetails> supportDetailsToUpdate)