Package imp
package imp
-
ClassDescriptionClass
CodedSteps
divides phased genotype data into non-overlapping intervals (the steps), indexes the unique allele sequences in each interval, and stores a map of haplotype index to allele sequence index for each interval.ClassHaplotypeCoder
indexes the observed allele sequences in phased reference and target genotype data in a chromosome interval.ClassImpData
contains the input data for imputation of ungenotyped markers.ClassImpIbs
identifies haplotypes that share a long IBS segment with a specified haplotype.ClassImpLS
computes HMM state probabilities at genotyped markers in the target haplotypes.ClassImpLSBaum
implements a Baum hidden Markov model forward and backward algorithms for computing HMM state probabilities at genotyped markers using IBS-matched reference haplotypes.ClassImpStates
identifies a list of pseudo-reference haplotypes for a target haplotype.ClassImputeRecBuilder
contains methods for constructing and printing a VCF record in VCF 4.3 format.ClassImputedVcfWriter
writes observed and imputed genotypes to a VCF output file.ClassRefHapHash
stores a hash code for each haplotype in a sublist of reference haplotypes.ClassStateProbs
stores a subset of Li and Stephens HMM states and associated probabilities for a target haplotype.ClassStateProbsFactory
stores HMM state probabilities that that can be used to imputed impute missing HMM state probabilities using linear interpolation.