Class Fingerprint

All Implemented Interfaces:
Serializable, Cloneable, Map<HaplotypeBlock,HaplotypeProbabilities>, NavigableMap<HaplotypeBlock,HaplotypeProbabilities>, SequencedMap<HaplotypeBlock,HaplotypeProbabilities>, SortedMap<HaplotypeBlock,HaplotypeProbabilities>

public class Fingerprint extends TreeMap<HaplotypeBlock,HaplotypeProbabilities>
class to represent a genetic fingerprint as a set of HaplotypeProbabilities objects that give the relative probabilities of each of the possible haplotypes at a locus.
See Also: