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 TypeMethodDescriptionvoidDifferentialExpressionMetaAnalysisValueObject.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) DifferentialExpressionResultServiceImpl.findByExperimentAnalyzed(Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) DifferentialExpressionResultService.findByGene(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes) DifferentialExpressionResultService.findByGene(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes, double threshold, int limit) DifferentialExpressionResultServiceImpl.findByGene(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes) DifferentialExpressionResultServiceImpl.findByGene(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes, double threshold, int limit) DifferentialExpressionResultService.findByGeneAndExperimentAnalyzed(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets) DifferentialExpressionResultService.findByGeneAndExperimentAnalyzed(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets, double threshold, int limit) DifferentialExpressionResultServiceImpl.findByGeneAndExperimentAnalyzed(Gene gene, boolean useGene2Cs, boolean keepNonSpecificProbes, Collection<? extends BioAssaySet> experimentsAnalyzed, boolean includeSubSets) DifferentialExpressionResultServiceImpl.findByGeneAndExperimentAnalyzed(Gene gene, boolean useGene2Cs, 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.findByResultSet(ExpressionAnalysisResultSet ar, double threshold, int maxResultsToReturn, int minNumberOfResults) DifferentialExpressionResultServiceImpl.findByResultSet(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 TypeMethodDescriptionvoidDifferentialExpressionResultCache.addToTopHitsCache(ExpressionAnalysisResultSet resultSet, List<DifferentialExpressionValueObject> items) voidDifferentialExpressionResultCacheImpl.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.