Package | Description |
---|---|
net.imglib2.type | |
net.imglib2.type.label |
Modifier and Type | Interface and Description |
---|---|
interface |
BasePairType<T extends BasePairType<T>>
TODO
|
Modifier and Type | Class and 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 the
BasePairBitType.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 the
BasePairBitType.Base enumeration. |
Copyright © 2015–2022 ImgLib2. All rights reserved.