Uses of Class
ubic.gemma.model.expression.experiment.FactorValueValueObject
Packages that use FactorValueValueObject
Package
Description
-
Uses of FactorValueValueObject in ubic.gemma.core.tasks.visualization
Constructors in ubic.gemma.core.tasks.visualization with parameters of type FactorValueValueObjectModifierConstructorDescriptionCondition(ExpressionExperimentValueObject experiment, DifferentialExpressionAnalysisValueObject analysis, DiffExResultSetSummaryValueObject resultSet, FactorValueValueObject factorValue) -
Uses of FactorValueValueObject in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return FactorValueValueObjectModifier and TypeMethodDescriptionDiffExResultSetSummaryValueObject.getBaselineGroup()DifferentialExpressionAnalysisValueObject.getSubsetFactorValue()Methods in ubic.gemma.model.analysis.expression.diff that return types with arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionDifferentialExpressionAnalysisValueObject.getFactorValuesUsed()Deprecated.This was renamed for clarity.DifferentialExpressionAnalysisValueObject.getFactorValuesUsedByExperimentalFactorId()Produce a mapping ofExperimentalFactorIDs toFactorValueVOs used in this analysis.Methods in ubic.gemma.model.analysis.expression.diff with parameters of type FactorValueValueObjectModifier and TypeMethodDescriptionvoidDiffExResultSetSummaryValueObject.setBaselineGroup(FactorValueValueObject baselineGroup) voidDifferentialExpressionAnalysisValueObject.setSubsetFactorValue(FactorValueValueObject subsetFactorValue) Method parameters in ubic.gemma.model.analysis.expression.diff with type arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionAnalysisValueObject.setFactorValuesUsed(Map<Long, Collection<FactorValueValueObject>> factorValuesUsed) -
Uses of FactorValueValueObject in ubic.gemma.model.expression.biomaterial
Method parameters in ubic.gemma.model.expression.biomaterial with type arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionvoidBioMaterialValueObject.setFactorValueObjects(Collection<FactorValueValueObject> factorValueObjects) -
Uses of FactorValueValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type FactorValueValueObjectMethod parameters in ubic.gemma.model.expression.experiment with type arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionvoidExperimentalFactorValueObject.setValues(Collection<FactorValueValueObject> values) -
Uses of FactorValueValueObject in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return FactorValueValueObjectModifier and TypeMethodDescriptionprotected FactorValueValueObjectFactorValueDaoImpl.doLoadValueObject(FactorValue entity) Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionExpressionExperimentSubSetService.getFactorValuesUsed(Long subSetId, Long experimentalFactor) ExpressionExperimentSubSetServiceImpl.getFactorValuesUsed(Long subSetId, Long experimentalFactor) -
Uses of FactorValueValueObject in ubic.gemma.rest.serializers
Methods in ubic.gemma.rest.serializers with parameters of type FactorValueValueObjectModifier and TypeMethodDescriptionprotected voidFactorValueValueObjectSerializer.serializeInternal(FactorValueValueObject factorValueValueObject, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Deprecated. -
Uses of FactorValueValueObject in ubic.gemma.web.controller.expression.biomaterial
Methods in ubic.gemma.web.controller.expression.biomaterial that return types with arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionBioMaterialController.getFactorValues(EntityDelegator<BioMaterial> bm) -
Uses of FactorValueValueObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type FactorValueValueObjectModifier and TypeMethodDescriptionExperimentalDesignController.getFactorValues(EntityDelegator<ExperimentalFactor> e) AJAXExpressionExperimentController.getFactorValues(EntityDelegator<ExperimentalFactor> e) AJAXExperimentalDesignController.getFactorValuesWithCharacteristics(EntityDelegator<ExperimentalFactor> e) AJAXMethods in ubic.gemma.web.controller.expression.experiment with parameters of type FactorValueValueObjectModifier and TypeMethodDescriptionvoidExperimentalDesignController.deleteFactorValueCharacteristics(FactorValueValueObject[] fvvos) AJAXvoidExperimentalDesignController.updateFactorValueCharacteristics(FactorValueValueObject[] fvvos) AJAX