Uses of Class
ubic.gemma.model.analysis.expression.diff.DifferentialExpressionValueObject
Packages that use DifferentialExpressionValueObject
Package
Description
-
Uses of DifferentialExpressionValueObject in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff that return types with arguments of type DifferentialExpressionValueObjectModifier and TypeMethodDescriptionGeneDifferentialExpressionService.getDifferentialExpression
(Gene gene, double threshold, int limit) Get the differential expression results for the given gene across all datasets.GeneDifferentialExpressionService.getDifferentialExpression
(Gene gene, double threshold, Collection<DiffExpressionSelectedFactorCommand> factorMap) Get differential expression for a gene, constrained to a specific set of factors.GeneDifferentialExpressionService.getDifferentialExpression
(Gene gene, Collection<BioAssaySet> experimentsAnalyzed, boolean includeSubSets) Get the differential expression results for the given gene that is in a specified set of experiments.GeneDifferentialExpressionService.getDifferentialExpression
(Gene gene, BioAssaySet experimentAnalyzed, boolean includeSubSets, double threshold, int limit) Get the differential expression results for the given gene that is in a specified set of experiments.GeneDifferentialExpressionServiceImpl.getDifferentialExpression
(Gene gene, double threshold, int limit) GeneDifferentialExpressionServiceImpl.getDifferentialExpression
(Gene gene, double threshold, Collection<DiffExpressionSelectedFactorCommand> factorMap) GeneDifferentialExpressionServiceImpl.getDifferentialExpression
(Gene gene, Collection<BioAssaySet> experimentsAnalyzed, boolean includeSubSets) GeneDifferentialExpressionServiceImpl.getDifferentialExpression
(Gene gene, BioAssaySet experimentAnalyzed, boolean includeSubSets, double threshold, int limit) DifferentialExpressionMetaAnalysisValueObject.getProbeResults()
Method parameters in ubic.gemma.core.analysis.expression.diff with type arguments of type DifferentialExpressionValueObjectModifier and TypeMethodDescriptionvoid
DifferentialExpressionMetaAnalysisValueObject.setProbeResults
(Collection<DifferentialExpressionValueObject> probeResults) -
Uses of DifferentialExpressionValueObject in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type DifferentialExpressionValueObjectModifier and TypeMethodDescriptionDifferentialExpressionResultService.findByExperimentAnalyzed
(Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) Given a list of experiments and a threshold value finds all the probes that met the cut off in the given experimentsDifferentialExpressionResultServiceImpl.findByExperimentAnalyzed
(Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) DifferentialExpressionResultService.findByGene
(Gene gene, boolean keepNonSpecificProbes) Returns a map of a collection ofDifferentialExpressionAnalysisResult
s keyed byExpressionExperiment
.DifferentialExpressionResultService.findByGene
(Gene gene, boolean keepNonSpecificProbes, double threshold, int limit) Find differential expression for a gene, exceeding a given significance level (using the corrected pvalue field)DifferentialExpressionResultServiceImpl.findByGene
(Gene gene, boolean keepNonSpecificProbes) DifferentialExpressionResultServiceImpl.findByGene
(Gene gene, boolean keepNonSpecificProbes, double threshold, int limit) DifferentialExpressionResultService.findByGeneAndExperimentAnalyzed
(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets) Returns a map of a collection ofDifferentialExpressionAnalysisResult
s keyed byExpressionExperiment
.DifferentialExpressionResultService.findByGeneAndExperimentAnalyzed
(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) Find differential expression for a gene in given data sets, exceeding a given significance level (using the corrected pvalue field)DifferentialExpressionResultServiceImpl.findByGeneAndExperimentAnalyzed
(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets) DifferentialExpressionResultServiceImpl.findByGeneAndExperimentAnalyzed
(Gene gene, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) DifferentialExpressionResultDao.findByResultSet
(ExpressionAnalysisResultSet resultSet, double threshold, int maxResultsToReturn, int minNumberOfResults) DifferentialExpressionResultDaoImpl.findByResultSet
(ExpressionAnalysisResultSet resultSet, double threshold, int limit, int minNumberOfResults) DifferentialExpressionResultService.findInResultSet
(ExpressionAnalysisResultSet ar, Double threshold, int maxResultsToReturn, int minNumberOfResults) DifferentialExpressionResultServiceImpl.findInResultSet
(ExpressionAnalysisResultSet resultSet, Double threshold, int maxResultsToReturn, int minNumberOfResults) DifferentialExpressionResultCache.getTopHits
(ExpressionAnalysisResultSet resultSet) DifferentialExpressionResultCacheImpl.getTopHits
(ExpressionAnalysisResultSet resultSet) Method parameters in ubic.gemma.persistence.service.analysis.expression.diff with type arguments of type DifferentialExpressionValueObjectModifier and TypeMethodDescriptionvoid
DifferentialExpressionResultCache.addToTopHitsCache
(ExpressionAnalysisResultSet resultSet, List<DifferentialExpressionValueObject> items) void
DifferentialExpressionResultCacheImpl.addToTopHitsCache
(ExpressionAnalysisResultSet resultSet, List<DifferentialExpressionValueObject> items) -
Uses of DifferentialExpressionValueObject in ubic.gemma.web.controller.analysis.expression.diff
Methods in ubic.gemma.web.controller.analysis.expression.diff that return types with arguments of type DifferentialExpressionValueObjectModifier and TypeMethodDescriptionDifferentialExpressionSearchController.getDifferentialExpression
(Long geneId, double threshold) AJAX entry which returns results on a non-meta analysis basis.DifferentialExpressionSearchController.getDifferentialExpression
(Long geneId, double threshold, Integer limit) AJAX entry which returns results on a non-meta analysis basis.DifferentialExpressionSearchController.getDifferentialExpressionWithoutBatch
(Long geneId, double threshold, Integer limit) AJAX entry which returns results on a non-meta analysis basis.