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.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionExperimentalDesignValueObject.ExperimentalFactorEntry.getValues()Method parameters in ubic.gemma.model.expression.experiment with type arguments of type FactorValueBasicValueObjectModifier and TypeMethodDescriptionvoidExperimentalDesignValueObject.ExperimentalFactorEntry.setValues(List<FactorValueBasicValueObject> values)