Class DataFrameDel
java.lang.Object
org.snpsift.annotate.mem.dataFrame.DataFrame
org.snpsift.annotate.mem.dataFrame.DataFrameDel
- All Implemented Interfaces:
Serializable
DataFrameDel is a specialized subclass of DataFrame designed to handle deletion variants.
This class extends the DataFrame class and is specifically tailored to work with
deletion variants by setting the appropriate flags in the superclass constructor.
Constructor:
- DataFrameDel(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory):
Initializes a new instance of DataFrameDel with the provided VariantTypeCounter and
VariantCategory. It sets the flags for handling deletions.
- See Also:
-
Field Summary
Fields inherited from class org.snpsift.annotate.mem.dataFrame.DataFrame
MAX_ROWS_TO_SHOW -
Constructor Summary
ConstructorsConstructorDescriptionDataFrameDel(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory) -
Method Summary
-
Constructor Details
-
DataFrameDel
-