Uses of Class
ubic.gemma.model.expression.experiment.FactorValueValueObject
-
-
Uses of FactorValueValueObject in ubic.gemma.core.tasks.visualization
Constructors in ubic.gemma.core.tasks.visualization with parameters of type FactorValueValueObject Constructor Description Condition(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 FactorValueValueObject Modifier and Type Method Description Map<Long,Collection<FactorValueValueObject>>
DifferentialExpressionAnalysisValueObject. getFactorValuesUsed()
Deprecated.This was renamed for clarity.Map<Long,Collection<FactorValueValueObject>>
DifferentialExpressionAnalysisValueObject. getFactorValuesUsedByExperimentalFactorId()
Produce a mapping ofExperimentalFactor
IDs toFactorValue
VOs used in this analysis. -
Uses of FactorValueValueObject in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return FactorValueValueObject Modifier and Type Method Description protected FactorValueValueObject
FactorValueDaoImpl. doLoadValueObject(FactorValue entity)
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type FactorValueValueObject Modifier and Type Method Description Collection<FactorValueValueObject>
ExpressionExperimentSubSetDao. getFactorValuesUsed(Long subSetId, Long experimentalFactor)
Collection<FactorValueValueObject>
ExpressionExperimentSubSetDaoImpl. getFactorValuesUsed(Long subSetId, Long experimentalFactor)
Collection<FactorValueValueObject>
ExpressionExperimentSubSetService. getFactorValuesUsed(Long subSetId, Long experimentalFactor)
Collection<FactorValueValueObject>
ExpressionExperimentSubSetServiceImpl. getFactorValuesUsed(Long subSetId, Long experimentalFactor)
-
Uses of FactorValueValueObject in ubic.gemma.rest.serializers
Methods in ubic.gemma.rest.serializers with parameters of type FactorValueValueObject Modifier and Type Method Description protected void
FactorValueValueObjectSerializer. 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 FactorValueValueObject Modifier and Type Method Description Collection<FactorValueValueObject>
BioMaterialController. 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 FactorValueValueObject Modifier and Type Method Description Collection<FactorValueValueObject>
ExperimentalDesignController. getFactorValues(EntityDelegator<ExperimentalFactor> e)
Collection<FactorValueValueObject>
ExpressionExperimentController. getFactorValues(EntityDelegator<ExperimentalFactor> e)
AJAXCollection<FactorValueValueObject>
ExperimentalDesignController. getFactorValuesWithCharacteristics(EntityDelegator<ExperimentalFactor> e)
Methods in ubic.gemma.web.controller.expression.experiment with parameters of type FactorValueValueObject Modifier and Type Method Description void
ExperimentalDesignController. deleteFactorValueCharacteristics(FactorValueValueObject[] fvvos)
void
ExperimentalDesignController. updateFactorValueCharacteristics(FactorValueValueObject[] fvvos)
-