Class DataFrameMixed
java.lang.Object
org.snpsift.annotate.mem.dataFrame.DataFrame
org.snpsift.annotate.mem.dataFrame.DataFrameMixed
- All Implemented Interfaces:
Serializable
DataFrameMixed is a specialized subclass of DataFrame that is designed to handle mixed data types.
It extends the functionality of the DataFrame class by allowing both variant type counting and
variant categorization to be enabled simultaneously.
This class is initialized with a VariantTypeCounter and a VariantCategory, and it sets both
the variant type counting and variant categorization flags to true.
- See Also:
-
Field Summary
Fields inherited from class org.snpsift.annotate.mem.dataFrame.DataFrame
MAX_ROWS_TO_SHOW -
Constructor Summary
ConstructorsConstructorDescriptionDataFrameMixed(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory) -
Method Summary
-
Constructor Details
-
DataFrameMixed
-