dbeta_dr_ell: Same as 'dbeta_dh', but with same inputs as 'dbeta_ds' and...

Description Usage Arguments Author(s)

View source: R/RcppExports.R

Description

Same as dbeta_dh, but with same inputs as dbeta_ds and dbeta_dl.

Usage

1
dbeta_dr_ell(x, n, d, ell, p, r)

Arguments

x

The number of counts of reference allele.

n

The number of counts of reads.

d

The sequencing bias parameter.

ell

Expit of eps. We have eps = exp(ell) / (1 + exp(ell)), or ell = log(eps / (1 - eps))

p

The proportion of genome that is the reference allele.

r

We have tau = 1 / (1 + exp(r))

Author(s)

David Gerard


dcgerard/updogAlpha documentation built on May 14, 2019, 3:10 a.m.