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 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. -
Uses of FactorValueValueObject in ubic.gemma.persistence.service.expression.experiment
Subclasses with type arguments of type FactorValueValueObject in ubic.gemma.persistence.service.expression.experimentModifier and TypeClassDescriptionclassBase Spring DAO Class: is able to create, update, remove, load, and find objects of typeubic.gemma.model.expression.experiment.FactorValue.classSpring Service base class forFactorValueService, provides access to all services and entities referenced by this service.Subinterfaces with type arguments of type FactorValueValueObject in ubic.gemma.persistence.service.expression.experimentMethods 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
Subclasses with type arguments of type FactorValueValueObject in ubic.gemma.rest.serializersMethods 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) ExpressionExperimentController.getFactorValues(EntityDelegator<ExperimentalFactor> e) AJAXExperimentalDesignController.getFactorValuesWithCharacteristics(EntityDelegator<ExperimentalFactor> e) Methods in ubic.gemma.web.controller.expression.experiment with parameters of type FactorValueValueObjectModifier and TypeMethodDescriptionvoidExperimentalDesignController.deleteFactorValueCharacteristics(FactorValueValueObject[] fvvos) voidExperimentalDesignController.updateFactorValueCharacteristics(FactorValueValueObject[] fvvos)