Description Usage Arguments Value Author(s) Examples
View source: R/make_GenoProbList.R
compute a list, GenoProbList, giving the GenoProb values for each X.
1 | 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
Mary Fortune and Chris Wallace
1 2 | freq=fake_freq() # fake haplotype frequency data
problist=make_GenoProbList(1:2,W=1,freq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.