Class DataFrameOther
java.lang.Object
org.snpsift.annotate.mem.dataFrame.DataFrame
org.snpsift.annotate.mem.dataFrame.DataFrameOther
- All Implemented Interfaces:
Serializable
DataFrameOther is a subclass of DataFrame that is specifically tailored for handling
variant type counting and categorization. It extends the functionality of DataFrame
by initializing it with specific parameters.
This class is designed to work with a VariantTypeCounter and a VariantCategory,
and it sets two boolean flags to true in the superclass constructor, which might
enable specific features or behaviors in the DataFrame class.
- See Also:
-
Field Summary
Fields inherited from class org.snpsift.annotate.mem.dataFrame.DataFrame
MAX_ROWS_TO_SHOW -
Constructor Summary
ConstructorsConstructorDescriptionDataFrameOther(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory) -
Method Summary
-
Constructor Details
-
DataFrameOther
-