Class DataFrameDel

java.lang.Object
org.snpsift.annotate.mem.dataFrame.DataFrame
org.snpsift.annotate.mem.dataFrame.DataFrameDel
All Implemented Interfaces:
Serializable

public class DataFrameDel extends DataFrame
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: