X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fprob1.h;h=38275349750bde05f386387a36dc6ffdc0466223;hb=7943d9b7b1c159da840cbcfeb9cb277bb58474f2;hp=7158fe29f89bee73dda2f2bdc9426af038a363c6;hpb=c219160a2ef3d7e057a86b1e50fa766cb89a5366;p=samtools.git diff --git a/bcftools/prob1.h b/bcftools/prob1.h index 7158fe2..3827534 100644 --- a/bcftools/prob1.h +++ b/bcftools/prob1.h @@ -9,6 +9,7 @@ typedef struct __bcf_p1aux_t bcf_p1aux_t; typedef struct { int rank0; double f_em, f_exp, f_flat, p_ref; + double cil, cih; double pc[4]; double g[3]; } bcf_p1rst_t; @@ -31,6 +32,7 @@ extern "C" { int bcf_p1_read_prior(bcf_p1aux_t *ma, const char *fn); long double bcf_p1_cal_g3(bcf_p1aux_t *p1a, double g[3]); int bcf_p1_set_n1(bcf_p1aux_t *b, int n1); + void bcf_p1_set_folded(bcf_p1aux_t *p1a); // only effective when set_n1() is not called #ifdef __cplusplus }