Class DataFrameMnp
java.lang.Object
org.snpsift.annotate.mem.dataFrame.DataFrame
org.snpsift.annotate.mem.dataFrame.DataFrameMnp
- All Implemented Interfaces:
Serializable
DataFrameMnp is a specialized subclass of DataFrame designed to handle
multi-nucleotide polymorphisms (MNPs). This class extends the functionality
of the DataFrame class by providing specific handling for MNPs.
The constructor initializes the DataFrameMnp with a VariantTypeCounter and
a VariantCategory, and sets the flags for handling MNPs to true.
- See Also:
-
Field Summary
Fields inherited from class org.snpsift.annotate.mem.dataFrame.DataFrame
MAX_ROWS_TO_SHOW -
Constructor Summary
ConstructorsConstructorDescriptionDataFrameMnp(VariantTypeCounter variantTypeCounter, VariantCategory variantCategory) -
Method Summary
-
Constructor Details
-
DataFrameMnp
-