| Interface | Description |
|---|---|
| BitStorage |
Interface provides genotypes in a binary fashion to be used in rapid computation. See the package descriptions
net.maizegenetics.dna.snp.bit for more information on how bits encoding is used throughout TASSEL. |
| Class | Description |
|---|---|
| DynamicBitStorage |
Provides rapid conversion routines and caching from byte encoding of nucleotides to bit encoding. Only two alleles are supported for each scope (e.g. Major and minor, or Reference and Alternate).
|