Class VariantVcfEntry

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Interval>, TxtSerializable

public class VariantVcfEntry extends Variant
Variant + VcfEntry This is used to 'outer-join' a VcfEntry into all its constituent variants. IMPORTANT: The reason why we need this is because a VcfEntry may have multiple variants (e.g. multiallelic entry). These entries may need to be added multiple times to different nodes in an interval tree.
Author:
pcingola
See Also: