Package | Description |
---|---|
net.maizegenetics.dna.snp |
Data structures for holding SNP and indel variation across taxa (samples) and genomic positions.
|
net.maizegenetics.dna.snp.bit |
Support for bit level encoding of allele presence and absence.
|
Modifier and Type | Method and Description |
---|---|
BitStorage |
CombineGenotypeTable.bitStorage(WHICH_ALLELE allele) |
BitStorage |
CoreGenotypeTable.bitStorage(WHICH_ALLELE allele) |
BitStorage |
GenotypeTable.bitStorage(WHICH_ALLELE allele)
Returns BitStorage for this Genotype
|
BitStorage |
MergedGenotypeTable.bitStorage(WHICH_ALLELE allele) |
BitStorage |
TOPMGenotypeTable.bitStorage(WHICH_ALLELE allele) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicBitStorage
Provides rapid conversion routines and caching from byte encoding of
nucleotides to bit encoding.
|
Copyright © 2018. All rights reserved.