public class SelfedHaplotypeFinder
public SelfedHaplotypeFinder(int window,
double minProportionNotMissing)
public static void main(java.lang.String[] args)
public java.util.Map<java.lang.String,kotlin.Array[]> phaseSelfedParents(java.nio.file.Path parentpath,
java.nio.file.Path savepath)
public HaplotypeClusterer clusterWindow(GenotypeTable a, int start, int length, int maxdif, int minNotMissingPerHaplotype)
public static void serializePhasedHaplotypes(java.util.Map<java.lang.String,kotlin.Array[]> phasedHaps,
java.nio.file.Path savePath)
public static java.util.Map<java.lang.String,kotlin.Array[]> restorePhasedHaplotypes(java.nio.file.Path restorePath)
public void setGenotype(GenotypeTable genotype)
public void correctSelfPhaseUsingCross(java.lang.String selfPhaseFilename,
java.lang.String crossPhaseFilename,
java.lang.String parent,
int chr,
java.lang.String outfileName)