Uses of Enum
ubic.gemma.model.analysis.expression.diff.Direction
Packages that use Direction
-
Uses of Direction in ubic.gemma.model.analysis.expression.diff
Fields in ubic.gemma.model.analysis.expression.diff declared as DirectionModifier and TypeFieldDescriptionstatic final DirectionDirection.DOWNAliases for readability.static final DirectionDirection.EITHERAliases for readability.static final DirectionDirection.UPAliases for readability.Methods in ubic.gemma.model.analysis.expression.diff that return DirectionModifier and TypeMethodDescriptionDifferentialExpressionValueObject.getDirection()HitListSize.getDirection()static DirectionReturns the enum constant of this type with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.model.analysis.expression.diff with parameters of type DirectionModifier and TypeMethodDescriptionstatic HitListSizeHitListSize.Factory.newInstance(Double thresholdQvalue, Integer numberOfProbes, Direction direction, Integer numberOfGenes) voidDifferentialExpressionValueObject.setDirection(Direction direction) voidHitListSize.setDirection(Direction direction)