Uses of Class
ubic.gemma.model.analysis.expression.diff.DiffExprGeneSearchResult
Packages that use DiffExprGeneSearchResult
-
Uses of DiffExprGeneSearchResult in ubic.gemma.persistence.service.analysis.expression.diff
Modifier and TypeClassDescriptionclass
Represents a gene that was not tested.class
Represents a gene that was tested, but the result wasn't significant.Methods in ubic.gemma.persistence.service.analysis.expression.diff that return DiffExprGeneSearchResultModifier and TypeMethodDescriptionMethods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type DiffExprGeneSearchResultModifier and TypeMethodDescriptionDifferentialExpressionResultDao.findDiffExAnalysisResultIdsInResultSets
(Collection<DiffExResultSetSummaryValueObject> resultSets, Collection<Long> geneIds) DifferentialExpressionResultDaoImpl.findDiffExAnalysisResultIdsInResultSets
(Collection<DiffExResultSetSummaryValueObject> resultSets, Collection<Long> geneIds) DifferentialExpressionResultService.findDiffExAnalysisResultIdsInResultSets
(Collection<DiffExResultSetSummaryValueObject> resultSets, Collection<Long> geneIds) Retrieve differential expression results in bulk.DifferentialExpressionResultServiceImpl.findDiffExAnalysisResultIdsInResultSets
(Collection<DiffExResultSetSummaryValueObject> resultSets, Collection<Long> geneIds) DifferentialExpressionResultCache.get
(Long resultSet, Collection<Long> genes) DifferentialExpressionResultCacheImpl.get
(Long resultSet, Collection<Long> genes) Methods in ubic.gemma.persistence.service.analysis.expression.diff with parameters of type DiffExprGeneSearchResultModifier and TypeMethodDescriptionvoid
DifferentialExpressionResultCache.addToCache
(DiffExprGeneSearchResult diffExForCache) void
DifferentialExpressionResultCacheImpl.addToCache
(DiffExprGeneSearchResult diffExForCache) Method parameters in ubic.gemma.persistence.service.analysis.expression.diff with type arguments of type DiffExprGeneSearchResultModifier and TypeMethodDescriptionvoid
DifferentialExpressionResultCache.addToCache
(Collection<DiffExprGeneSearchResult> diffExForCache) void
DifferentialExpressionResultCacheImpl.addToCache
(Collection<DiffExprGeneSearchResult> diffExForCache)