Uses of Enum
ubic.gemma.core.analysis.expression.coexpression.links.LinkAnalysisConfig.SingularThreshold
Packages that use LinkAnalysisConfig.SingularThreshold
-
Uses of LinkAnalysisConfig.SingularThreshold in ubic.gemma.core.analysis.expression.coexpression.links
Methods in ubic.gemma.core.analysis.expression.coexpression.links that return LinkAnalysisConfig.SingularThresholdModifier and TypeMethodDescriptionLinkAnalysisConfig.getSingularThreshold()Returns the enum constant of this type with the specified name.static LinkAnalysisConfig.SingularThreshold[]LinkAnalysisConfig.SingularThreshold.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.analysis.expression.coexpression.links with parameters of type LinkAnalysisConfig.SingularThresholdModifier and TypeMethodDescriptionvoidLinkAnalysisConfig.setSingularThreshold(LinkAnalysisConfig.SingularThreshold singularThreshold) Set to modify threshold behaviour: enforce the choice of only one of the two standard thresholds.