-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.serial.BlastField
public interface Seg implements BlastField
Low complexity region masker based on the SEG algorithm.
Individual Blast+ tools will override/implement this interface as the defaults are different per Blast tool.
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetIsYes()Indicates whether this SEG value equals "yes". abstract BooleangetIsNo()Indicates whether this SEG value equals "no". abstract IntegergetWindow()SEG windowDefault = 12abstract DoublegetLocut()SEG locutDefault = 2.2abstract DoublegetHicut()SEG hicutDefault = 2.5abstract BooleangetIsDefault()Indicates whether the field is currently set to its default value. abstract StringgetName()The name of this field. -
-
Method Detail
-
getIsDefault
abstract Boolean getIsDefault()
Indicates whether the field is currently set to its default value.
-
-
-
-