Class BasePairBitType

All Implemented Interfaces:
Comparable<BasePairBitType>, BasePairType<BasePairBitType>, NativeType<BasePairBitType>, ValueEquals<BasePairBitType>, Type<BasePairBitType>

public class BasePairBitType extends AbstractBit64Type<BasePairBitType> implements BasePairType<BasePairBitType>
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using the BasePairBitType.Base enumeration.
Author:
Stephan Preibisch, Stephan Saalfeld