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 TypeClassDescriptionclassRepresents a gene that was not tested.classRepresents 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 TypeMethodDescriptionvoidDifferentialExpressionResultCache.addToCache(DiffExprGeneSearchResult diffExForCache) voidDifferentialExpressionResultCacheImpl.addToCache(DiffExprGeneSearchResult diffExForCache) Method parameters in ubic.gemma.persistence.service.analysis.expression.diff with type arguments of type DiffExprGeneSearchResultModifier and TypeMethodDescriptionvoidDifferentialExpressionResultCache.addToCache(Collection<DiffExprGeneSearchResult> diffExForCache) voidDifferentialExpressionResultCacheImpl.addToCache(Collection<DiffExprGeneSearchResult> diffExForCache)