Class DataFrameMixed

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

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