public final class ImpLS
extends java.lang.Object
Class ImpLS computes HMM state probabilities
at genotyped markers in the target haplotypes.
Instances of class ImpLS are thread-safe.
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.concurrent.atomic.AtomicReferenceArray<StateProbs> |
stateProbs(ImpData impData) |
Returns estimated HMM state probabilities at genotyped markers
for each target haplotype.
|
public static java.util.concurrent.atomic.AtomicReferenceArray<StateProbs> stateProbs(ImpData impData)
impData - the input data for genotype imputationjava.lang.NullPointerException - if impData == null