Uses of Interface
net.imglib2.type.BasePairType
-
Packages that use BasePairType Package Description net.imglib2.type net.imglib2.type.label -
-
Uses of BasePairType in net.imglib2.type
Classes in net.imglib2.type with type parameters of type BasePairType Modifier and Type Interface Description interface
BasePairType<T extends BasePairType<T>>
TODO -
Uses of BasePairType in net.imglib2.type.label
Classes in net.imglib2.type.label that implement BasePairType Modifier and Type Class Description class
BasePairBitType
Representation of base pairs using 3 bits per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration.class
BasePairCharType
Representation of base pairs using one char per entry, supported characters: gap, N, A, T, G, C, U Bases are handled using theBasePairBitType.Base
enumeration.
-