Uses of Class
ubic.gemma.model.expression.experiment.FactorValueBasicValueObject
Packages that use FactorValueBasicValueObject
Package
Description
-
Uses of FactorValueBasicValueObject in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return FactorValueBasicValueObjectModifier and TypeMethodDescriptionDifferentialExpressionAnalysisResultSetValueObject.getBaselineGroup()ContrastResultValueObject.getFactorValue()DifferentialExpressionAnalysisResultSetValueObject.getSecondBaselineGroup()ContrastResultValueObject.getSecondFactorValue()Methods in ubic.gemma.model.analysis.expression.diff with parameters of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionAnalysisResultSetValueObject.setBaselineGroup(FactorValueBasicValueObject baselineGroup) voidContrastResultValueObject.setFactorValue(FactorValueBasicValueObject factorValue) voidDifferentialExpressionAnalysisResultSetValueObject.setSecondBaselineGroup(FactorValueBasicValueObject secondBaselineGroup) voidContrastResultValueObject.setSecondFactorValue(FactorValueBasicValueObject secondFactorValue) -
Uses of FactorValueBasicValueObject in ubic.gemma.model.expression.biomaterial
Methods in ubic.gemma.model.expression.biomaterial that return types with arguments of type FactorValueBasicValueObjectMethod parameters in ubic.gemma.model.expression.biomaterial with type arguments of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionvoidBioMaterialValueObject.setFVBasicVOs(Collection<FactorValueBasicValueObject> fVBasicVOs) -
Uses of FactorValueBasicValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return FactorValueBasicValueObjectModifier and TypeMethodDescriptionDatasetsWebService.DifferentialExpressionAnalysisResultByGeneValueObject.getBaseline()DatasetsWebService.DifferentialExpressionAnalysisResultByGeneValueObject.getSecondBaseline()Methods in ubic.gemma.rest that return types with arguments of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionDatasetsWebService.ExpressionExperimentSubsetWithFactorValuesObject.getFactorValues()Methods in ubic.gemma.rest with parameters of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionvoidDatasetsWebService.DifferentialExpressionAnalysisResultByGeneValueObject.setBaseline(FactorValueBasicValueObject baseline) voidDatasetsWebService.DifferentialExpressionAnalysisResultByGeneValueObject.setSecondBaseline(FactorValueBasicValueObject secondBaseline) -
Uses of FactorValueBasicValueObject in ubic.gemma.rest.serializers
Methods in ubic.gemma.rest.serializers with parameters of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionprotected voidFactorValueBasicValueObjectSerializer.serializeInternal(FactorValueBasicValueObject factorValueBasicValueObject, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)