Package imp
Class ImpLS
java.lang.Object
imp.ImpLS
Class ImpLS
computes HMM state probabilities
at genotyped markers in the target haplotypes.
Instances of class ImpLS
are thread-safe.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AtomicReferenceArray
<StateProbs> stateProbs
(ImpData impData) Returns estimated HMM state probabilities at genotyped markers for each target haplotype.
-
Method Details
-
stateProbs
Returns estimated HMM state probabilities at genotyped markers for each target haplotype. The returned array maps each target haplotype index to the target haplotype's HMM state probabilities.- Parameters:
impData
- the input data for genotype imputation- Returns:
- a list of HMM state probabilities at genotyped markers for each target haplotype.
- Throws:
NullPointerException
- ifimpData == null
-