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