Uses of Interface
ubic.gemma.model.expression.experiment.BioAssaySetValueObject
Packages that use BioAssaySetValueObject
Package
Description
-
Uses of BioAssaySetValueObject in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return BioAssaySetValueObjectMethods in ubic.gemma.model.analysis.expression.diff with parameters of type BioAssaySetValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionValueObject.setExpressionExperiment(BioAssaySetValueObject expressionExperiment) -
Uses of BioAssaySetValueObject in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return BioAssaySetValueObjectMethods in ubic.gemma.model.expression.bioAssayData with parameters of type BioAssaySetValueObjectModifier and TypeMethodDescriptionvoidDataVectorValueObject.setExpressionExperiment(BioAssaySetValueObject expressionExperiment) -
Uses of BioAssaySetValueObject in ubic.gemma.model.expression.experiment
Classes in ubic.gemma.model.expression.experiment that implement BioAssaySetValueObjectModifier and TypeClassDescriptionclassclassclass -
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) 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) -
Uses of BioAssaySetValueObject in ubic.gemma.rest
Classes in ubic.gemma.rest that implement BioAssaySetValueObjectModifier and TypeClassDescriptionstatic classstatic classstatic final 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 TypeMethodDescriptionvoidVisualizationValueObject.setEevo(BioAssaySetValueObject eevo) voidVisualizationValueObject.setEEwithPvalue(BioAssaySetValueObject ee, Double minP)