Class BasePairCharType

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

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