compute a list, GenoProbList, giving the GenoProb values for each X.
make_GenoProbList(snps, W, freq)
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) |
The the GenoProb values for each X
freq=fake_freq() # fake haplotype frequency data problist=make_GenoProbList(1:2,W=1,freq)