Class DataFrameIns
java.lang.Object
org.snpsift.annotate.mem.dataFrame.DataFrame
org.snpsift.annotate.mem.dataFrame.DataFrameIns
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class org.snpsift.annotate.mem.dataFrame.DataFrame
MAX_ROWS_TO_SHOW -
Constructor Summary
ConstructorsConstructorDescriptionDataFrameIns(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory) -
Method Summary
-
Constructor Details
-
DataFrameIns
-