wakefield_pp {RapidoPGS} | R Documentation |
compute posterior probabilities using Wakefield's approximate Bayes Factors
wakefield_pp
computes posterior probabilities for a given SNP to be causal for a given SNP under the assumption of a single causal variant.
Description
This function was adapted from its namesake in cupcake package (github.com/ollyburren/cupcake/) to no longer require allele frequencies.
Usage
wakefield_pp(beta, se, pi_i = 1e-04, sd.prior = 0.2)
Arguments
beta |
a vector of effect sizes ( |
se |
vector of standard errors of effect sizes ( |
pi_i |
a scalar representing the prior probability (DEFAULT |
sd.prior |
a scalar representing our prior expectation of |
Value
a vector of posterior probabilities.
Author(s)
Olly Burren, Chris Wallace, Guillermo Reales
[Package RapidoPGS version 2.3.0 Index]