make_GenoProbList: make_GenoProbList

Description Usage Arguments Value Author(s) Examples

View source: R/make_GenoProbList.R

Description

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

Usage

1
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

Author(s)

Mary Fortune and Chris Wallace

Examples

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

simGWAS documentation built on Aug. 22, 2019, 9:03 a.m.