Uses of Class
org.snpeff.geneSets.algorithm.EnrichmentAlgorithm.EnrichmentAlgorithmType
-
Packages that use EnrichmentAlgorithm.EnrichmentAlgorithmType Package Description org.snpeff.geneSets.algorithm -
-
Uses of EnrichmentAlgorithm.EnrichmentAlgorithmType in org.snpeff.geneSets.algorithm
Methods in org.snpeff.geneSets.algorithm that return EnrichmentAlgorithm.EnrichmentAlgorithmType Modifier and Type Method Description static EnrichmentAlgorithm.EnrichmentAlgorithmType
EnrichmentAlgorithm.EnrichmentAlgorithmType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnrichmentAlgorithm.EnrichmentAlgorithmType[]
EnrichmentAlgorithm.EnrichmentAlgorithmType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-