Uses of Interface
ubic.gemma.model.expression.experiment.BioAssaySetValueObject
Packages that use BioAssaySetValueObject
Package
Description
-
Uses of BioAssaySetValueObject in ubic.gemma.model.expression.experiment
Classes in ubic.gemma.model.expression.experiment that implement BioAssaySetValueObjectModifier and TypeClassDescriptionclass
class
class
-
Uses of BioAssaySetValueObject in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type BioAssaySetValueObjectModifier 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) -
Uses of BioAssaySetValueObject in ubic.gemma.rest
Classes in ubic.gemma.rest that implement BioAssaySetValueObjectModifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of BioAssaySetValueObject in ubic.gemma.web.controller.expression.experiment
Classes in ubic.gemma.web.controller.expression.experiment that implement BioAssaySetValueObjectMethods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type BioAssaySetValueObjectModifier and TypeMethodDescriptionDEDVController.getDEDV
(Collection<Long> eeIds, Collection<Long> geneIds) Given a collection of expression experiment Ids and a geneId returns a map of DEDV value objects to a collection of genes. -
Uses of BioAssaySetValueObject in ubic.gemma.web.controller.visualization
Methods in ubic.gemma.web.controller.visualization that return BioAssaySetValueObjectMethods in ubic.gemma.web.controller.visualization with parameters of type BioAssaySetValueObjectModifier and TypeMethodDescriptionvoid
VisualizationValueObject.setEevo
(BioAssaySetValueObject eevo) void
VisualizationValueObject.setEEwithPvalue
(BioAssaySetValueObject ee, Double minP)