Class DataFrameIns

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

public class DataFrameIns extends DataFrame
DataFrameIns is a specialized subclass of DataFrame designed to handle insertion variants. This class extends the DataFrame class and is specifically tailored to work with insertion variants by initializing the DataFrame with specific parameters. Constructor: - DataFrameIns(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory): Initializes the DataFrameIns object with the given VariantTypeCounter and VariantCategory. The constructor sets the 'isSorted' parameter to false and 'isUnique' parameter to true.
See Also: