compute a list, GenoProbList, giving the GenoProb values for each X.

make_GenoProbList(snps, W, freq)

Arguments

snps

Index of SNPs at which we wish to compute the expected Z Score

W

Index of true causal SNPs (these need not be in "snps")

freq

Frequencies of SNP appearances (computed using snphap)

Value

The the GenoProb values for each X

Examples

freq=fake_freq() # fake haplotype frequency data problist=make_GenoProbList(1:2,W=1,freq)