Uses of Class
ubic.gemma.model.expression.experiment.FactorValueBasicValueObject
-
Packages that use FactorValueBasicValueObject Package Description ubic.gemma.model.analysis.expression.diff ubic.gemma.rest.serializers -
-
Uses of FactorValueBasicValueObject in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return FactorValueBasicValueObject Modifier and Type Method Description FactorValueBasicValueObject
DifferentialExpressionAnalysisResultSetValueObject. getBaselineGroup()
FactorValueBasicValueObject
DifferentialExpressionAnalysisResultSetValueObject. getSecondBaselineGroup()
Methods in ubic.gemma.model.analysis.expression.diff with parameters of type FactorValueBasicValueObject Modifier and Type Method Description void
DifferentialExpressionAnalysisResultSetValueObject. setBaselineGroup(FactorValueBasicValueObject baselineGroup)
void
DifferentialExpressionAnalysisResultSetValueObject. setSecondBaselineGroup(FactorValueBasicValueObject secondBaselineGroup)
-
Uses of FactorValueBasicValueObject in ubic.gemma.rest.serializers
Methods in ubic.gemma.rest.serializers with parameters of type FactorValueBasicValueObject Modifier and Type Method Description protected void
FactorValueBasicValueObjectSerializer. serializeInternal(FactorValueBasicValueObject factorValueBasicValueObject, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
-