Class DataFrameMnp

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

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